add lua bindings

This commit is contained in:
Chris Danford
2005-07-29 22:59:11 +00:00
parent 5d35c1dc18
commit c9718db4b6
7 changed files with 87 additions and 8 deletions
+5
View File
@@ -11,12 +11,17 @@ class CourseContentsList : public ActorScroller
public:
CourseContentsList();
~CourseContentsList();
virtual Actor *Copy() const;
void Load();
void LoadFromNode( const CString& sDir, const XNode* pNode );
void SetFromGameState();
void TweenInAfterChangedCourse();
// Lua
void PushSelf( lua_State *L );
protected:
Quad m_quad;