change BGALayer to use Actor's map of commands
add "applydefaultoptions" command clean up CoinMode and Premium enums
This commit is contained in:
@@ -267,6 +267,14 @@ enum CoinMode { COIN_HOME, COIN_PAY, COIN_FREE, NUM_COIN_MODES };
|
||||
const CString& CoinModeToString( CoinMode cm );
|
||||
|
||||
|
||||
//
|
||||
// Premium
|
||||
//
|
||||
enum Premium { PREMIUM_NONE, PREMIUM_DOUBLES, PREMIUM_JOINT, NUM_PREMIUMS };
|
||||
|
||||
const CString& PremiumToString( Premium p );
|
||||
|
||||
|
||||
//
|
||||
// Award stuff
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user