include cleanup

This commit is contained in:
Glenn Maynard
2005-06-20 04:28:16 +00:00
parent e2cfba413a
commit 77ee110e65
4 changed files with 11 additions and 1 deletions
+3
View File
@@ -6,6 +6,7 @@
#include "GameState.h"
#include "StatsManager.h"
#include "ActorUtil.h"
#include "LuaManager.h"
REGISTER_ACTOR_CLASS( ScoreDisplayAliveTime )
@@ -58,6 +59,8 @@ void ScoreDisplayAliveTime::UpdateNumber()
}
// lua start
#include "LuaBinding.h"
template<class T>
class LunaScoreDisplayAliveTime : public Luna<T>
{