This commit is contained in:
Glenn Maynard
2006-08-09 21:49:06 +00:00
parent 8bdf73ed2d
commit 36ecadb215
2 changed files with 27 additions and 0 deletions
+4
View File
@@ -10,6 +10,7 @@
#include "RageUtil_AutoPtr.h"
class XNode;
struct lua_State;
struct HighScoreImpl;
struct HighScore
@@ -59,6 +60,9 @@ struct HighScore
void LoadFromNode( const XNode* pNode );
RString GetDisplayName() const;
// Lua
void PushSelf( lua_State *L );
private:
HiddenPtr<HighScoreImpl> m_Impl;
};