Start the level manager for tomorrow.

This commit is contained in:
Zed A. Shaw 2025-01-18 21:05:19 -05:00
parent 3a16595ca7
commit 193f5f915e
4 changed files with 39 additions and 0 deletions

10
levelmanager.cpp Normal file
View file

@ -0,0 +1,10 @@
#include "levelmanager.hpp"
LevelManager::LevelManager() {
// does nothing yet
}
void LevelManager::create_level() {
// does nothing yet
}