added a few more pieces to the framework, overhauled main.cc

This commit is contained in:
2024-07-03 11:08:55 -04:00
parent 97ff14cd26
commit 6cbeb42144
17 changed files with 416 additions and 61 deletions

6
src/level.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef __LEVEL_H__
#define __LEVEL_H__
class level;
#endif