From a60526babae8f927e57eccb528616a069fd18b80 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 5 Sep 2003 20:18:20 +0000 Subject: fixed a warning from the IBM C++ compiler svn-id: r10013 --- scumm/gfx.h | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3