Split MapBlock's header and implementation

This commit is contained in:
2022-10-30 18:19:35 -04:00
parent 37676b72be
commit 5471f17bad
3 changed files with 88 additions and 75 deletions

View File

@@ -1,5 +1,5 @@
# depslib dependency file v1.0
1667164139 source:c:\development\xtreemminer\main.cpp
1667164816 source:c:\development\xtreemminer\main.cpp
<stdlib.h>
<GL/glut.h>
"Utilities.h"
@@ -11,13 +11,14 @@
<cstdio>
"FastNoiseLite.h"
<random>
<SFML/Window.hpp>
1667164197 c:\development\xtreemminer\include\noderenderer.h
"Base.h"
"MapBlock.h"
<GL/glut.h>
1667161818 c:\development\xtreemminer\include\mapblock.h
1667167677 c:\development\xtreemminer\include\mapblock.h
"Base.h"
<math.h>
<cstdio>
@@ -54,3 +55,6 @@
1667079584 c:\development\xtreemminer\include\fastnoiselite.h
<cmath>
1667167831 source:c:\development\xtreemminer\mapblock.cpp
"MapBlock.h"