Allow screen aliasing.

This commit is contained in:
Glenn Maynard
2003-09-27 22:30:51 +00:00
parent 70e1a6bb16
commit c15e0cec49
114 changed files with 154 additions and 138 deletions
+3 -1
View File
@@ -21,7 +21,7 @@
class ScreenSelectMaster : public ScreenSelect
{
public:
ScreenSelectMaster();
ScreenSelectMaster( CString sName );
virtual void Update( float fDelta );
@@ -74,6 +74,8 @@ protected:
//
class ScreenSelectStyle5th : public ScreenSelectMaster
{
public:
ScreenSelectStyle5th( CString sName ): ScreenSelectMaster( sName ) { }
};