the big refactor + extracted data classes from coders/json to data/dynamic

This commit is contained in:
MihailRis
2024-01-17 16:32:53 +03:00
parent 34d4500e24
commit 377c8e5029
36 changed files with 908 additions and 875 deletions
+3 -1
View File
@@ -8,6 +8,8 @@
#include "../typedefs.h"
#include "../constants.h"
namespace fs = std::filesystem;
class Content;
/* Content indices lookup table or report
@@ -40,7 +42,7 @@ public:
}
}
static ContentLUT* create(const std::filesystem::path& filename,
static ContentLUT* create(const fs::path& filename,
const Content* content);
inline bool hasContentReorder() const {