Windows build fix
This commit is contained in:
+3
-2
@@ -2,6 +2,7 @@
|
||||
#define WORLD_WORLD_H_
|
||||
|
||||
#include <string>
|
||||
#include <filesystem>
|
||||
#include "../typedefs.h"
|
||||
#include "../settings.h"
|
||||
|
||||
@@ -16,11 +17,11 @@ public:
|
||||
WorldFiles* wfile;
|
||||
int seed;
|
||||
|
||||
World(std::string name, std::string directory, int seed, EngineSettings& settings);
|
||||
World(std::string name, std::filesystem::path directory, int seed, EngineSettings& settings);
|
||||
~World();
|
||||
|
||||
void write(Level* level, bool writeChunks);
|
||||
Level* loadLevel(EngineSettings& settings);
|
||||
};
|
||||
|
||||
#endif /* WORLD_WORLD_H_ */
|
||||
#endif /* WORLD_WORLD_H_ */
|
||||
Reference in New Issue
Block a user