(svn r25788) -Feature: [Script] Game Scripts can now charge fees and give money to companies
This commit is contained in:
@@ -165,6 +165,10 @@ enum ExpensesType {
|
||||
INVALID_EXPENSES = 0xFF, ///< Invalid expense type.
|
||||
};
|
||||
|
||||
/** Define basic enum properties for ExpensesType */
|
||||
template <> struct EnumPropsT<ExpensesType> : MakeEnumPropsT<ExpensesType, byte, EXPENSES_CONSTRUCTION, EXPENSES_END, INVALID_EXPENSES, 8> {};
|
||||
typedef TinyEnumT<ExpensesType> ExpensesTypeByte; ///< typedefing-enumification of ExpensesType
|
||||
|
||||
/**
|
||||
* Categories of a price bases.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user