removed RageNetwork*, added attract sequence

This commit is contained in:
Chris Danford
2003-01-08 23:43:54 +00:00
parent 8c4a024888
commit 2171a071dc
28 changed files with 519 additions and 979 deletions
+26
View File
@@ -0,0 +1,26 @@
/*
-----------------------------------------------------------------------------
Class: ScreenMemoryCard
Desc: .
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "ScreenAttract.h"
class ScreenMemoryCard : public ScreenAttract
{
public:
private:
virtual CString GetMetricName() { return "MemoryCard"; }; // used to look up theme metrics
virtual CString GetElementName() { return "memory card"; }; // used to look up theme elements
};