All the changes since last commit

This commit is contained in:
2022-12-26 20:50:14 -05:00
parent 360614e231
commit ac2c3b5c79
17 changed files with 127 additions and 75 deletions

View File

@@ -40,12 +40,15 @@
<Add option="-lglu32" />
<Add option="-lopengl32" />
<Add option="-lsfml-window" />
<Add option="-lsfml-graphics" />
</Linker>
<Unit filename="GUI.cpp" />
<Unit filename="LevelGenerator.cpp" />
<Unit filename="MapBlock.cpp" />
<Unit filename="include/Base.h" />
<Unit filename="include/FastNoiseLite.h" />
<Unit filename="include/GUI.h" />
<Unit filename="include/LevelGenerator.h" />
<Unit filename="include/Logger.h" />
<Unit filename="include/MapBlock.h" />
<Unit filename="include/NodeRenderer.h" />