added a few more pieces to the framework, overhauled main.cc
This commit is contained in:
6
src/level.h
Normal file
6
src/level.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef __LEVEL_H__
|
||||
#define __LEVEL_H__
|
||||
|
||||
class level;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user