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" 32 #define CITY_HEIGHT 32 34 #define CITY_MAX_PERSONS 32 46 #define TILE_WIDTH (2 * CHAR_WIDTH) 47 #define TILE_HEIGHT (2 * CHAR_HEIGHT) 54 #define CHARSET_ANKH '\0' 55 #define CHARSET_REDDOT '\01' 56 #define CHARSET_SDOOR '\02' 57 #define CHARSET_WALL '\03' 58 #define CHARSET_LADDER_UPDOWN '\04' 59 #define CHARSET_LADDER_DOWN '\05' 60 #define CHARSET_LADDER_UP '\06' 61 #define CHARSET_BULLET '\010' 62 #define CHARSET_COPYRIGHT '\011' 63 #define CHARSET_REGISTERED '\012' 64 #define CHARSET_MALE '\013' 65 #define CHARSET_FEMALE '\014' 66 #define CHARSET_HORIZBAR '\015' 67 #define CHARSET_ROOM '\016' 68 #define CHARSET_ORB '\017' 69 #define CHARSET_PROMPT '\020' 70 #define CHARSET_FLOOR '\022' 77 #define BORDER_WIDTH 8 78 #define BORDER_HEIGHT 8 81 #define TEXT_AREA_X 24 82 #define TEXT_AREA_Y 12 83 #define TEXT_AREA_W 16 84 #define TEXT_AREA_H 12 87 #define MOON_PHASES 24 88 #define MOON_SECONDS_PER_PHASE 4 93 #define WIND_AREA_Y 23 94 #define WIND_AREA_W 10 96 #define WIND_SECONDS_PER_PHASE 1 109 static const Config *getInstance() {
144 int getInt(
const Common::String &name,
int defaultValue = 0)
const;
146 int getEnum(
const Common::String &name,
const char *
const enumValues[])
const;
Definition: xml_tree.h:36
Definition: xml_node.h:36
Definition: detection.h:27