More doxygen.

This commit is contained in:
Jason Felds
2011-02-13 14:32:36 -05:00
parent 2bb6240e84
commit 49859de9d7
8 changed files with 126 additions and 21 deletions
+2
View File
@@ -411,6 +411,7 @@ void Screenshot::LoadFromNode( const XNode* pNode )
// lua start
#include "LuaBinding.h"
/** @brief Allow Lua to have access to the HighScore. */
class LunaHighScore: public Luna<HighScore>
{
public:
@@ -457,6 +458,7 @@ public:
LUA_REGISTER_CLASS( HighScore )
/** @brief Allow Lua to have access to the HighScoreList. */
class LunaHighScoreList: public Luna<HighScoreList>
{
public: