aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova2/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/supernova2/state.h')
-rw-r--r--engines/supernova2/state.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/supernova2/state.h b/engines/supernova2/state.h
index 1851da50fc..ce1e88f266 100644
--- a/engines/supernova2/state.h
+++ b/engines/supernova2/state.h
@@ -165,6 +165,7 @@ public:
bool _processInput;
bool _guiEnabled;
bool _animationEnabled;
+ byte _roomBrightness;
Action _inputVerb;
Object _nullObject;
Object *_currentInputObject;
@@ -209,6 +210,7 @@ public:
void waitOnInput(int ticks);
bool waitOnInput(int ticks, Common::KeyCode &keycode);
void screenShake();
+ void roomBrightness() {}
void showMenu();
void animationOff();
void animationOn();
@@ -223,6 +225,8 @@ public:
void handleInput();
void handleTime();
void pauseTimer(bool pause);
+ void loadTime() {}
+ void saveTime() {}
void setAnimationTimer(int ticks);
void dead(StringId messageId);
int dialog(int num, byte rowLength[6], StringId text[6], int number);