aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/script.h')
-rw-r--r--engines/groovie/script.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/groovie/script.h b/engines/groovie/script.h
index abc7c49494..b39553b0a6 100644
--- a/engines/groovie/script.h
+++ b/engines/groovie/script.h
@@ -30,6 +30,7 @@
#include "common/rect.h"
#include "groovie/font.h"
+#include "groovie/cell.h"
namespace Groovie {
@@ -193,7 +194,7 @@ private:
void o_loadscript();
void o_setvideoorigin();
void o_sub();
- void o_othello();
+ void o_cellmove();
void o_returnscript();
void o_sethotspotright();
void o_sethotspotleft();