LuaHelpers::Push<RageColor>

This commit is contained in:
Glenn Maynard
2007-02-03 22:20:51 +00:00
parent 3db92e9c81
commit a4bf741f08
+1
View File
@@ -58,6 +58,7 @@ namespace LuaHelpers
Object.FromStack( L, iOffset );
return true;
}
template<> void Push<RageColor>( lua_State *L, const RageColor &Object ) { Object.PushTable( L ); }
}
static const char *CullModeNames[] =