22 #ifndef TITANIC_WHEEL_HOTSPOT_H 23 #define TITANIC_WHEEL_HOTSPOT_H 25 #include "titanic/core/background.h" 29 enum WheelHotspotAction {
30 WH_NONE = 0, WH_STOP = 1, WH_CRUISE = 2, WH_GO = 3
39 WheelHotspotAction _action;
Definition: background.h:30
Definition: simple_file.h:49
Definition: wheel_hotspot.h:33
Definition: messages.h:373
void load(SimpleFile *file) override
void save(SimpleFile *file, int indent) override