feat: saving/loading resource entries

This commit is contained in:
MihailRis
2024-07-11 21:56:27 +03:00
parent ca8652ffab
commit 45c4da048c
9 changed files with 63 additions and 8 deletions
+2
View File
@@ -34,6 +34,8 @@ class World : Serializable {
std::vector<ContentPack> packs;
int64_t nextInventoryId = 0;
void writeResources(const Content* content);
public:
std::unique_ptr<WorldFiles> wfile;