refactor: change pointer parameters to references for Level and Content in various classes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user