aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
authorurukgit2013-11-22 18:03:01 +0100
committerurukgit2013-11-22 18:03:08 +0100
commit66109101f8c57a927c3ec9a2b8982a0f5309e25d (patch)
tree69a9347ea0c34f8f4cb5053b983e66bdc319f555 /engines/avalanche/avalanche.h
parent70e471acd7edb03c32a9c33038558887d7e1e99d (diff)
downloadscummvm-rg350-66109101f8c57a927c3ec9a2b8982a0f5309e25d.tar.gz
scummvm-rg350-66109101f8c57a927c3ec9a2b8982a0f5309e25d.tar.bz2
scummvm-rg350-66109101f8c57a927c3ec9a2b8982a0f5309e25d.zip
AVALANCHE: Add skeleton code for the minigame called Nim.
Diffstat (limited to 'engines/avalanche/avalanche.h')
-rw-r--r--engines/avalanche/avalanche.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index fdbc4c7a15..b2a4269249 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -41,6 +41,7 @@
#include "avalanche/menu.h"
#include "avalanche/closing.h"
#include "avalanche/sound.h"
+#include "avalanche/nim.h"
#include "common/serializer.h"
@@ -84,6 +85,7 @@ public:
Menu *_menu;
Closing *_closing;
SoundHandler *_sound;
+ Nim *_nim;
OSystem *_system;