update registration for BitmapText types

This commit is contained in:
Glenn Maynard
2005-06-20 04:06:26 +00:00
parent aff28653da
commit 0b80f541ac
9 changed files with 83 additions and 80 deletions
-13
View File
@@ -8,19 +8,6 @@
#include "PlayerNumber.h"
template<class T>
class LunaScoreDisplayAliveTime : public LunaBitmapText<T>
{
public:
LunaScoreDisplayAliveTime() { LUA->Register( Register ); }
static void Register(lua_State *L)
{
LunaBitmapText<T>::Register( L );
}
};
class ScoreDisplayAliveTime : public BitmapText
{
public: