79304f24b8
project directory client - scene system server - empty main SDL_net source graphical resources
15 lines
158 B
C
15 lines
158 B
C
#ifndef SCENELIST_H_
|
|
#define SCENELIST_H_
|
|
|
|
enum class SceneList {
|
|
//these are reserved
|
|
QUIT,
|
|
CONTINUE,
|
|
FIRST,
|
|
|
|
//custom indexes
|
|
TESTSYSTEMS,
|
|
};
|
|
|
|
#endif
|