StyleType
This commit is contained in:
@@ -298,7 +298,7 @@ static const char *StyleTypeNames[] = {
|
|||||||
"OnePlayerTwoSides",
|
"OnePlayerTwoSides",
|
||||||
"TwoPlayersSharedSides",
|
"TwoPlayersSharedSides",
|
||||||
};
|
};
|
||||||
XToString( StyleType, NUM_STYLE_TYPES );
|
XToString( StyleType, NUM_StyleType );
|
||||||
StringToX( StyleType );
|
StringToX( StyleType );
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -391,8 +391,8 @@ enum StyleType
|
|||||||
TWO_PLAYERS_TWO_SIDES, // e.g. versus
|
TWO_PLAYERS_TWO_SIDES, // e.g. versus
|
||||||
ONE_PLAYER_TWO_SIDES, // e.g. double
|
ONE_PLAYER_TWO_SIDES, // e.g. double
|
||||||
TWO_PLAYERS_SHARED_SIDES, // e.g. routine
|
TWO_PLAYERS_SHARED_SIDES, // e.g. routine
|
||||||
NUM_STYLE_TYPES,
|
NUM_StyleType,
|
||||||
STYLE_TYPE_INVALID
|
StyleType_Invalid
|
||||||
};
|
};
|
||||||
const RString& StyleTypeToString( StyleType s );
|
const RString& StyleTypeToString( StyleType s );
|
||||||
StyleType StringToStyleType( const RString& s );
|
StyleType StringToStyleType( const RString& s );
|
||||||
|
|||||||
Reference in New Issue
Block a user