Imported basics
project directory client - scene system server - empty main SDL_net source graphical resources
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef SCENELIST_H_
|
||||
#define SCENELIST_H_
|
||||
|
||||
enum class SceneList {
|
||||
//these are reserved
|
||||
QUIT,
|
||||
CONTINUE,
|
||||
FIRST,
|
||||
|
||||
//custom indexes
|
||||
TESTSYSTEMS,
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user