specify StyleTypes to use in ScreenDemonstration

This commit is contained in:
Chris Danford
2005-05-21 06:19:57 +00:00
parent a6e691588e
commit 1cef761253
5 changed files with 39 additions and 10 deletions
+2 -1
View File
@@ -353,7 +353,8 @@ enum StyleType
ONE_PLAYER_ONE_SIDE, // e.g. single
TWO_PLAYERS_TWO_SIDES, // e.g. versus
ONE_PLAYER_TWO_SIDES, // e.g. double
NUM_STYLE_TYPES
NUM_STYLE_TYPES,
STYLE_TYPE_INVALID
};
const CString& StyleTypeToString( StyleType s );
StyleType StringToStyleType( const CString& s );