(svn r11827) -Codechange: do not include enum_type.hpp unnecessary.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#define VARDEF extern
|
||||
#endif
|
||||
|
||||
#include "core/enum_type.hpp"
|
||||
#include "strings_type.h"
|
||||
|
||||
// Forward declarations of structs.
|
||||
@@ -95,10 +94,6 @@ enum TransportType {
|
||||
INVALID_TRANSPORT = 0xff,
|
||||
};
|
||||
|
||||
/** Define basic enum properties */
|
||||
template <> struct EnumPropsT<TransportType> : MakeEnumPropsT<TransportType, byte, TRANSPORT_BEGIN, TRANSPORT_END, INVALID_TRANSPORT> {};
|
||||
typedef TinyEnumT<TransportType> TransportTypeByte;
|
||||
|
||||
/* Display Options */
|
||||
enum {
|
||||
DO_SHOW_TOWN_NAMES = 0,
|
||||
|
Reference in New Issue
Block a user