This commit is contained in:
Chris Danford
2005-02-15 07:07:23 +00:00
parent 0a0ad8714c
commit eb35dfa15f
3 changed files with 3 additions and 8 deletions
+3 -2
View File
@@ -6,6 +6,9 @@
#include "Actor.h"
class RageTexture;
class Font;
template<class T>
class LunaBitmapText : public LunaActor<T>
{
@@ -24,8 +27,6 @@ public:
};
class Font;
class BitmapText : public Actor
{
public:
-2
View File
@@ -6,8 +6,6 @@
#include <set>
#include <map>
class Actor;
struct XNode;
class MessageManager
-4
View File
@@ -10,10 +10,6 @@
#include "CommonMetrics.h"
const float SCORE_TWEEN_TIME = 0.2f;
const int NUM_SCORE_DIGITS = 9;
ScoreDisplayNormal::ScoreDisplayNormal()
{
LOG->Trace( "ScoreDisplayNormal::ScoreDisplayNormal()" );