diff options
author | Max Horn | 2003-09-05 20:18:20 +0000 |
---|---|---|
committer | Max Horn | 2003-09-05 20:18:20 +0000 |
commit | a60526babae8f927e57eccb528616a069fd18b80 (patch) | |
tree | c2b93fa4fbf2eeaf1be4d01340a4f55d87a37784 | |
parent | 47215f39dd766b97e3cb33116ba34e7eac263cfd (diff) | |
download | scummvm-rg350-a60526babae8f927e57eccb528616a069fd18b80.tar.gz scummvm-rg350-a60526babae8f927e57eccb528616a069fd18b80.tar.bz2 scummvm-rg350-a60526babae8f927e57eccb528616a069fd18b80.zip |
fixed a warning from the IBM C++ compiler
svn-id: r10013
-rw-r--r-- | scumm/gfx.h | 2 |
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, |