19 #ifndef WLD_FILEDATA_H
20 #define WLD_FILEDATA_H
23 #include "meta_filedata.h"
33 unsigned int array_id;
44 unsigned int array_id;
55 unsigned int array_id;
70 unsigned long entertowarp;
79 unsigned int array_id;
91 unsigned int array_id;
109 PGELIST<bool > nocharacter;
124 PGELIST<WorldTiles > tiles;
125 unsigned int tile_array_id;
126 PGELIST<WorldScenery > scenery;
127 unsigned int scene_array_id;
128 PGELIST<WorldPaths > paths;
129 unsigned int path_array_id;
130 PGELIST<WorldLevels > levels;
131 unsigned int level_array_id;
132 PGELIST<WorldMusic > music;
133 unsigned int musicbox_array_id;
150 #endif // WLD_FILEDATA_H
Definition: wld_filedata.h:26
#define PGESTRING
A macro which equal to std::string if PGE File Library built in the STL mode and equal to QString if ...
Definition: pge_file_lib_globs.h:97
Definition: wld_filedata.h:95
Definition: wld_filedata.h:59
Definition: wld_filedata.h:48
Definition: wld_filedata.h:83
Definition: wld_filedata.h:37
Contains internal settings and references for PGE File Library.