aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-26 15:47:12 +0300
committerEugene Sandulenko2013-09-06 14:51:06 +0300
commit4dc3481ec1c8ff5cabdf9000e5d62a6d79537f9b (patch)
treec4bd9dd185f1263aa62656ef86324d911a0e0e60 /engines/fullpipe/statics.h
parent67bbf26ecd546d59304ec437125508eb70aab9a1 (diff)
downloadscummvm-rg350-4dc3481ec1c8ff5cabdf9000e5d62a6d79537f9b.tar.gz
scummvm-rg350-4dc3481ec1c8ff5cabdf9000e5d62a6d79537f9b.tar.bz2
scummvm-rg350-4dc3481ec1c8ff5cabdf9000e5d62a6d79537f9b.zip
FULLPIPE: Moved Messge class to messages.cpp
Diffstat (limited to 'engines/fullpipe/statics.h')
-rw-r--r--engines/fullpipe/statics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h
index 128f0f522e..83bdc73e8c 100644
--- a/engines/fullpipe/statics.h
+++ b/engines/fullpipe/statics.h
@@ -27,6 +27,8 @@
namespace Fullpipe {
+class ExCommand;
+
class CStepArray : public CObject {
int _currPointIndex;
Common::Point **_points;