Start the level manager for tomorrow.
This commit is contained in:
parent
3a16595ca7
commit
193f5f915e
4 changed files with 39 additions and 0 deletions
9
levelmanager.hpp
Normal file
9
levelmanager.hpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
|
||||
class LevelManager {
|
||||
|
||||
LevelManager();
|
||||
|
||||
void create_level();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue