EngineSettings: chunksLoadDistance, chunksPadding

This commit is contained in:
MihailRis
2023-11-06 01:47:17 +03:00
parent 26935473a3
commit 01eb264f44
12 changed files with 79 additions and 53 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
#define WORLD_WORLD_H_
#include <string>
#include "../typedefs.h"
class WorldFiles;
class Chunks;
@@ -18,7 +19,7 @@ public:
~World();
void write(Level* level);
Level* loadLevel(Player* player);
Level* loadLevel(Player* player, uint loadDistance, uint chunksPadding);
};
#endif /* WORLD_WORLD_H_ */