Minor refactor

This commit is contained in:
MihailRis
2023-12-07 13:45:34 +03:00
parent 2055cff0be
commit 551b230b94
10 changed files with 30 additions and 22 deletions
+1
View File
@@ -35,6 +35,7 @@ public:
void updateTimers(float delta);
void write(Level* level);
Level* create(EngineSettings& settings, const Content* content);
Level* load(EngineSettings& settings, const Content* content);
};