aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/wage.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/wage.h')
-rw-r--r--engines/wage/wage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/wage/wage.h b/engines/wage/wage.h
index d7c3386fe4..2ad28c9527 100644
--- a/engines/wage/wage.h
+++ b/engines/wage/wage.h
@@ -107,16 +107,16 @@ public:
//PrintStream out;
int _loopCount;
int _turn;
- //Callbacks callbacks;
Chr *_monster;
Obj *_offer;
bool _commandWasQuick;
int _aim;
bool _temporarilyHidden;
- void playSound(String soundName) {}
- void setMenu(String soundName) {}
- void appendText(String str) {}
+ void playSound(String soundName);
+ void setMenu(String soundName);
+ void appendText(String str);
+ Obj *getOffer();
void processEvents();
private: