HALLELUJAH!!

This commit is contained in:
MarcEricMartel
2021-11-15 20:58:13 -05:00
parent 2756c37e4c
commit bb62651c62
9 changed files with 410 additions and 181 deletions

7
SQCSim2021/world.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include "world.h"
World::World(){}
World::~World(){}
Array2d<Chunk*>& World::GetChunks() { return m_chunks; }