Refactor and fixes

This commit is contained in:
MihailRis
2023-11-12 02:44:02 +03:00
parent b4a3608302
commit 63b5f4bc6b
25 changed files with 394 additions and 278 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
#include <string>
#include "../typedefs.h"
#include "../settings.h"
class WorldFiles;
class Chunks;
@@ -19,7 +20,7 @@ public:
~World();
void write(Level* level);
Level* loadLevel(Player* player, uint loadDistance, uint chunksPadding);
Level* loadLevel(Player* player, EngineSettings& settings);
};
#endif /* WORLD_WORLD_H_ */