22 #ifndef TITANIC_GAME_LOCATION_H 23 #define TITANIC_GAME_LOCATION_H 25 #include "titanic/support/simple_file.h" 26 #include "titanic/core/node_item.h" 27 #include "titanic/core/room_item.h" 28 #include "titanic/core/view_item.h" 33 UNCHECKED = 4, THIRD_CLASS = 3, SECOND_CLASS = 2, FIRST_CLASS = 1,
Definition: simple_file.h:49
Definition: room_item.h:33
Definition: node_item.h:29
Definition: game_state.h:60
void save(SimpleFile *file) const
void setView(CViewItem *view)
void load(SimpleFile *file)
Definition: game_location.h:39
Definition: view_item.h:32