aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova2/state.h
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-06-19 17:59:36 +0200
committerThierry Crozat2019-07-28 15:09:14 +0100
commit5f355734fd8648d03d4e691c7c3bc70cfaeaf0a6 (patch)
tree71a13f299bd9bacf46d43cdd6e5c8dde6fe64d36 /engines/supernova2/state.h
parentee5b907f6279d8b28b799922ca11e2bbaaa72c46 (diff)
downloadscummvm-rg350-5f355734fd8648d03d4e691c7c3bc70cfaeaf0a6.tar.gz
scummvm-rg350-5f355734fd8648d03d4e691c7c3bc70cfaeaf0a6.tar.bz2
scummvm-rg350-5f355734fd8648d03d4e691c7c3bc70cfaeaf0a6.zip
SUPERNOVA: Partial merge of the engine
I am merging the second engine to the first one. Both should be fully functional as before right now Current merge file status: console: should be done graphics: should be done detection: 0% merged imageid: appears to not be used anywhere, so it may be removed resman: partialy merged rooms: totaly different, 0% merged screen: should be done screenstatic: done sound: partialy done state: a lot different, just started to merge supernova: mostly done
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);