Re-add FT_Xml and FT_Sprite to FileType enum
Doesn't associate any behavior with them yet.
This commit is contained in:
+3
-1
@@ -375,11 +375,13 @@ void ActorUtil::SortByZPosition( vector<Actor*> &vActors )
|
||||
|
||||
static const char *FileTypeNames[] = {
|
||||
"Bitmap",
|
||||
"Sprite",
|
||||
"Sound",
|
||||
"Movie",
|
||||
"Directory",
|
||||
"Lua",
|
||||
"Xml",
|
||||
"Model",
|
||||
"Lua",
|
||||
};
|
||||
XToString( FileType );
|
||||
LuaXType( FileType );
|
||||
|
||||
Reference in New Issue
Block a user