19 #ifndef SAVE_FILEDATA_H
20 #define SAVE_FILEDATA_H
24 typedef PGEPAIR<unsigned int, bool > visibleItem;
25 typedef PGEPAIR<PGESTRING, int > starOnLevel;
32 unsigned int mountType;
66 PGEVECTOR<saveCharState > characterStates;
67 PGELIST<int > currentCharacter;
70 PGEVECTOR<visibleItem > visibleLevels;
71 PGEVECTOR<visibleItem > visiblePaths;
72 PGEVECTOR<visibleItem > visibleScenery;
73 PGEVECTOR<starOnLevel > gottenStars;
83 #endif // SAVE_FILEDATA_H
Definition: save_filedata.h:37
unsigned int coins
Number of coins.
Definition: save_filedata.h:52
#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: save_filedata.h:27
unsigned int musicID
Current world music ID.
Definition: save_filedata.h:61
unsigned int totalStars
Total stars.
Definition: save_filedata.h:54
int lives
Number of lives.
Definition: save_filedata.h:51
long worldPosY
Last world map position Y.
Definition: save_filedata.h:57
bool gameCompleted
Is episode was completed in last time.
Definition: save_filedata.h:64
long last_hub_warp
Last entered/exited warp Array-ID on the HUB-based episodes.
Definition: save_filedata.h:59
unsigned int points
Number of points.
Definition: save_filedata.h:53
long worldPosX
Last world map position X.
Definition: save_filedata.h:56
PGESTRING musicFile
Current world music file (custom music)
Definition: save_filedata.h:62
Contains internal settings and references for PGE File Library.
Definition: save_filedata.h:42