minor refactor

This commit is contained in:
MihailRis
2024-05-12 19:42:13 +03:00
parent 8de986346e
commit 60cfe8595e
3 changed files with 11 additions and 7 deletions
+1
View File
@@ -26,6 +26,7 @@ class LevelScreen : public Screen {
bool hudVisible = true;
void updateHotkeys();
void initializeContent();
public:
LevelScreen(Engine* engine, Level* level);
~LevelScreen();