24 #define RUNCOMMAND_RESTART 1337 26 #include "common/random.h" 27 #include "common/serializer.h" 28 #include "common/rendermode.h" 29 #include "engines/engine.h" 30 #include "gui/debugger.h" 70 byte readKeyboardChar();
75 int getX(
int original_x);
76 int getY(
int original_y);
81 bool _prioritycommand_1;
82 bool _prioritycommand_2;
uint8 _screenPPB
Pixels per byte.
Definition: chamber.h:93
EngineFeature
Definition: engine.h:258
Definition: advancedDetector.h:164
uint8 _fontWidth
Font height.
Definition: chamber.h:96
uint16 _screenW
Screen Width.
Definition: chamber.h:88
RenderMode
Definition: rendermode.h:48
Definition: serializer.h:79
uint16 _line_offset2
Memory offset of blanks.
Definition: chamber.h:92
uint8 _fontHeight
Font height.
Definition: chamber.h:95
uint16 _line_offset
Memory offset of blanks.
Definition: chamber.h:91
uint16 _screenBPL
Bytes per line.
Definition: chamber.h:94
uint8 _screenBits
Bits per pixel.
Definition: chamber.h:90
uint16 _screenH
Screen Height.
Definition: chamber.h:89
bool canSaveGameStateCurrently(Common::U32String *msg=nullptr) override
Definition: chamber.h:65
Language
Definition: language.h:45
bool canLoadGameStateCurrently(Common::U32String *msg=nullptr) override
Definition: chamber.h:64