Imported basics

project directory
client - scene system
server - empty main
SDL_net source
graphical resources
This commit is contained in:
Kayne Ruse
2013-04-28 04:37:14 +10:00
parent 31d5b3f618
commit 79304f24b8
23 changed files with 2263 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef SCENELIST_H_
#define SCENELIST_H_
enum class SceneList {
//these are reserved
QUIT,
CONTINUE,
FIRST,
//custom indexes
TESTSYSTEMS,
};
#endif