This commit is contained in:
Chris Danford
2004-12-23 23:12:25 +00:00
parent 9032ee0163
commit e01f6ed77e
3 changed files with 13 additions and 9 deletions
+4 -4
View File
@@ -2,19 +2,19 @@
#define GRAPH_DISPLAY_H
#include "ActorFrame.h"
#include "PlayerNumber.h"
#include "RageTexture.h"
struct StageStats;
struct PlayerStageStats;
class GraphDisplay: public ActorFrame
{
public:
GraphDisplay();
~GraphDisplay() { Unload(); }
void Load( CString TexturePath, float height );
void Load( const CString &TexturePath, float height );
void Unload();
void LoadFromStageStats( const StageStats &s, PlayerNumber pn );
void LoadFromStageStats( const PlayerStageStats &s );
void Update( float fDeltaTime );
void DrawPrimitives();