De-Python-ize REGISTER_ACTOR_CLASS(*).

This commit is contained in:
Jason Felds
2011-02-18 23:55:41 -05:00
parent 020e3a70fe
commit 1bed6d3630
37 changed files with 51 additions and 44 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
#include <limits.h>
REGISTER_ACTOR_CLASS( BPMDisplay )
REGISTER_ACTOR_CLASS( BPMDisplay );
BPMDisplay::BPMDisplay()
{
@@ -286,7 +286,7 @@ void SongBPMDisplay::Update( float fDeltaTime )
BPMDisplay::Update( fDeltaTime );
}
REGISTER_ACTOR_CLASS( SongBPMDisplay )
REGISTER_ACTOR_CLASS( SongBPMDisplay );
#include "LuaBinding.h"
/** @brief Allow Lua to have access to the BPMDisplay. */