From 5c880947315b9e9d269dea6770f5fb1c1eb339e7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 14 Oct 2006 23:35:31 +0000 Subject: [PATCH] bind FileType --- stepmania/src/ActorUtil.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 3fa3a270ee..7e74a86cb6 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -607,6 +607,7 @@ static const char *FileTypeNames[] = { "Model", }; XToString( FileType, NUM_FileType ); +LuaXType( FileType ); FileType ActorUtil::GetFileType( const RString &sPath ) {