add Lua bindings

This commit is contained in:
Chris Danford
2005-02-21 17:26:43 +00:00
parent a0ebb13fec
commit d7bcadccc7
2 changed files with 49 additions and 0 deletions
+4
View File
@@ -9,6 +9,7 @@ class Style;
class Course;
class Steps;
struct PlayerOptions;
struct lua_State;
#include "RageTypes.h"
#include "GameConstantsAndTypes.h"
@@ -95,6 +96,9 @@ public:
void UpdateRankingCourses(); // courses shown on the ranking screen
// Lua
void PushSelf( lua_State *L );
protected:
void LoadStepManiaSongDir( CString sDir, LoadingWindow *ld );
void LoadDWISongDir( CString sDir );