aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,