Adding basic coin support

This commit is contained in:
Chris Danford
2003-01-19 04:44:22 +00:00
parent 4b0fa9aae6
commit ab9f558c6e
41 changed files with 494 additions and 375 deletions
+1 -6
View File
@@ -19,12 +19,7 @@ class ScreenLogo : public ScreenAttract
public:
ScreenLogo();
virtual void FirstUpdate();
private:
virtual CString GetMetricName() { return "Logo"; }; // used to look up theme metrics
virtual CString GetElementName() { return "logo"; }; // used to look up theme elements
protected:
Sprite m_sprLogo;
BitmapText m_textVersion;
BitmapText m_textSongs;