aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/surface_fader.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/surface_fader.h')
-rw-r--r--engines/titanic/star_control/surface_fader.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/titanic/star_control/surface_fader.h b/engines/titanic/star_control/surface_fader.h
index 3d962b2729..d209e835b4 100644
--- a/engines/titanic/star_control/surface_fader.h
+++ b/engines/titanic/star_control/surface_fader.h
@@ -23,12 +23,14 @@
#ifndef TITANIC_SURFACE_FADER_H
#define TITANIC_SURFACE_FADER_H
-#include "titanic/support/video_surface.h"
-#include "titanic/support/screen_manager.h"
-#include "titanic/star_control/surface_area.h"
+#include "common/scummsys.h" // typedef for byte
namespace Titanic {
+class CVideoSurface;
+class CScreenManager;
+class CSurfaceArea;
+
class CSurfaceFader {
private:
byte *_dataP;