Added client scenes

This commit is contained in:
Kayne Ruse
2013-08-31 03:27:11 +10:00
parent 0c233b8764
commit 3225da6b13
14 changed files with 696 additions and 21 deletions
+6 -1
View File
@@ -29,7 +29,12 @@ enum class SceneList {
FIRST,
//custom indexes
EDITORSCENE,
SPLASHSCREEN,
MAINMENU,
OPTIONSMENU,
LOBBYMENU,
INWORLD,
INCOMBAT,
};
#endif