XToString

This commit is contained in:
Glenn Maynard
2006-09-27 06:06:36 +00:00
parent ed65f03048
commit 1c8188cf21
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ static const char *ModsLevelNames[] = {
"Stage", "Stage",
"Song", "Song",
}; };
XToString2( ModsLevel );
LuaXType( ModsLevel ); LuaXType( ModsLevel );
/* /*
+1
View File
@@ -12,6 +12,7 @@ static const char *TweenTypeNames[] = {
"Spring", "Spring",
"Bezier" "Bezier"
}; };
XToString2( TweenType );
LuaXType( TweenType ); LuaXType( TweenType );