22 #ifndef ULTIMA4_CORE_CONFIG_H 23 #define ULTIMA4_CORE_CONFIG_H 25 #include "ultima/shared/conf/xml_tree.h" 26 #include "ultima/shared/conf/xml_node.h" 27 #include "ultima/shared/std/containers.h" 33 #define CITY_HEIGHT 32 35 #define CITY_MAX_PERSONS 32 47 #define TILE_WIDTH (2 * CHAR_WIDTH) 48 #define TILE_HEIGHT (2 * CHAR_HEIGHT) 55 #define CHARSET_ANKH '\0' 56 #define CHARSET_REDDOT '\01' 57 #define CHARSET_SDOOR '\02' 58 #define CHARSET_WALL '\03' 59 #define CHARSET_LADDER_UPDOWN '\04' 60 #define CHARSET_LADDER_DOWN '\05' 61 #define CHARSET_LADDER_UP '\06' 62 #define CHARSET_BULLET '\010' 63 #define CHARSET_COPYRIGHT '\011' 64 #define CHARSET_REGISTERED '\012' 65 #define CHARSET_MALE '\013' 66 #define CHARSET_FEMALE '\014' 67 #define CHARSET_HORIZBAR '\015' 68 #define CHARSET_ROOM '\016' 69 #define CHARSET_ORB '\017' 70 #define CHARSET_PROMPT '\020' 71 #define CHARSET_FLOOR '\022' 78 #define BORDER_WIDTH 8 79 #define BORDER_HEIGHT 8 82 #define TEXT_AREA_X 24 83 #define TEXT_AREA_Y 12 84 #define TEXT_AREA_W 16 85 #define TEXT_AREA_H 12 88 #define MOON_PHASES 24 89 #define MOON_SECONDS_PER_PHASE 4 94 #define WIND_AREA_Y 23 95 #define WIND_AREA_W 10 97 #define WIND_SECONDS_PER_PHASE 1 110 static const Config *getInstance() {
145 int getInt(
const Common::String &name,
int defaultValue = 0)
const;
147 int getEnum(
const Common::String &name,
const char *enumValues[])
const;
Definition: xml_tree.h:36
Definition: xml_node.h:36
Definition: detection.h:27