22 #ifndef TITANIC_BROKEN_PELL_BASE_H 23 #define TITANIC_BROKEN_PELL_BASE_H 25 #include "titanic/core/background.h" 29 enum CloseAction { CLOSE_NONE = 0, CLOSE_LEFT = 1, CLOSE_RIGHT = 2 };
34 static bool _pelleratorOpen;
35 static bool _gottenHose;
37 CloseAction _closeAction;
Definition: background.h:30
Definition: simple_file.h:49
void save(SimpleFile *file, int indent) override
void load(SimpleFile *file) override
Definition: broken_pell_base.h:31