struct -> class

This commit is contained in:
Chris Danford
2005-08-23 20:49:30 +00:00
parent 20bb281e18
commit 5a19510ead
20 changed files with 60 additions and 29 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
#include "RageTexture.h"
#include "AutoActor.h"
struct StageStats;
struct PlayerStageStats;
class StageStats;
class PlayerStageStats;
class GraphDisplay: public ActorFrame
{