One step closer to multiplayer

This commit is contained in:
InfiniteCoder
2024-03-03 15:11:52 +03:00
committed by MihailRis
parent e0daa4d1b9
commit 91a4b16796
26 changed files with 213 additions and 219 deletions
+2 -1
View File
@@ -27,6 +27,7 @@ public:
world_load_error(std::string message);
};
/* World - holds all world data except the level (chunks and objects) */
class World : Serializable {
std::string name;
std::string generator;
@@ -157,4 +158,4 @@ public:
void deserialize(dynamic::Map *src) override;
};
#endif /* WORLD_WORLD_H_ */
#endif /* WORLD_WORLD_H_ */