aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorMax Horn2003-09-05 20:18:20 +0000
committerMax Horn2003-09-05 20:18:20 +0000
commita60526babae8f927e57eccb528616a069fd18b80 (patch)
treec2b93fa4fbf2eeaf1be4d01340a4f55d87a37784 /scumm/gfx.h
parent47215f39dd766b97e3cb33116ba34e7eac263cfd (diff)
downloadscummvm-rg350-a60526babae8f927e57eccb528616a069fd18b80.tar.gz
scummvm-rg350-a60526babae8f927e57eccb528616a069fd18b80.tar.bz2
scummvm-rg350-a60526babae8f927e57eccb528616a069fd18b80.zip
fixed a warning from the IBM C++ compiler
svn-id: r10013
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index eb14a176a9..a5ae063acf 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -25,6 +25,8 @@
#include "common/rect.h"
+class Scumm;
+
enum { /** Camera modes */
CM_NORMAL = 1,
CM_FOLLOW_ACTOR = 2,