31 #ifndef CRAB_JOURNAL_H 32 #define CRAB_JOURNAL_H 34 #include "crab/ui/ImageData.h" 35 #include "crab/ui/questmenu.h" 36 #include "crab/ui/StateButton.h" 40 #define JE_CUR_NAME "cur" 41 #define JE_DONE_NAME "done" 42 #define JE_PEOPLE_NAME "people" 43 #define JE_LOCATION_NAME "location" 44 #define JE_HISTORY_NAME "history" 46 namespace pyrodactyl {
49 enum JournalCategory {
114 void saveState(rapidxml::xml_document<char> &doc, rapidxml::xml_node<char> *root);
115 void loadState(rapidxml::xml_node<char> *node);
124 #endif // CRAB_JOURNAL_H
Definition: ImageData.h:40
Definition: moveeffect.h:37