Windows build fix

This commit is contained in:
MihailRis
2023-11-16 13:07:05 +03:00
parent d349b4b65a
commit 8310b1b768
9 changed files with 33 additions and 27 deletions
+3 -3
View File
@@ -46,8 +46,8 @@ public:
void writePlayer(Player* player);
void write();
std::string getRegionFile(int x, int y);
std::string getPlayerFile();
std::filesystem::path getRegionFile(int x, int y);
std::filesystem::path getPlayerFile();
};
#endif /* FILES_WORLDFILES_H_ */
#endif /* FILES_WORLDFILES_H_ */