refactor: change pointer parameters to references for Level and Content in various classes

This commit is contained in:
MihailRis
2024-12-25 18:53:53 +03:00
parent ef2c0b2370
commit c1b311f3c4
41 changed files with 258 additions and 251 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ public:
void createDirectories();
std::optional<WorldInfo> readWorldInfo();
bool readResourcesData(const Content* content);
bool readResourcesData(const Content& content);
static void createContentIndicesCache(
const ContentIndices* indices, dv::value& root