23 #ifndef M4_ADV_DB_R_DATABASE_H 24 #define M4_ADV_DB_R_DATABASE_H 26 #include "m4/m4_types.h" 30 #define STR_DB_TREE "db tree node" 31 #define STR_DB_TOKEN "db token" 32 #define STR_DB_STRING "db string" 33 #define STR_GENERICLIST "GenericList" 55 #define _T_SCENEFILE 101 56 #define _T_VERSION 102 58 #define _T_ARTBASE 104 59 #define _T_HOTSPOTS 105 66 #define _T_FRONTSCALE 113 67 #define _T_BACKSCALE 114 73 #define _T_PARALLAX 124 77 #define PR_ERR_PARSE -1 82 #define _T_NEXTASSET 109 83 #define _T_BACKGROUNDS 110 84 #define _T_SPRITES 111 85 #define _T_CONVERSATIONS 112 86 #define _T_ANIMATIONS 144 88 #define _T_MUSICSCORES 114 92 #define _T_OPENBRACE 119 93 #define _T_CLOSEBRACE 120 94 #define _T_OPENBRACKET 121 95 #define _T_CLOSE_BRACKET 122 96 #define _T_ROOMPATH 123 97 #define _T_STARTTIME 124 98 #define _T_LASTMODIFIED 125 99 #define _T_APPROVEDTIME 126 100 #define _T_COMMENTS 127 101 #define _T_PRIORITY 128 102 #define _T_STATUS 129 103 #define _T_SECRETTAG 130 107 #define _T_SPECIAL 143 108 #define _T_VOLUME 145 109 #define _T_TASK_APPROVALS 132 110 #define _T_DEPTHCODES 133 111 #define _T_WALKCODES 134 112 #define _T_SPECIALCODES 135 116 #define num_reserved_words 10 117 #define string_size 1024 Definition: database.h:119
Definition: database.h:130
Definition: database.h:28
Definition: m4_types.h:82