aboutsummaryrefslogtreecommitdiff
path: root/sky/intro.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/intro.h')
-rw-r--r--sky/intro.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/sky/intro.h b/sky/intro.h
index 396cab5e50..e26f5b961d 100644
--- a/sky/intro.h
+++ b/sky/intro.h
@@ -22,8 +22,15 @@
#ifndef INTRO_H
#define INTRO_H
-#include "sky/screen.h"
-#include "sky/disk.h"
+#include "stdafx.h"
+#include "common/scummsys.h"
+#include "sound/mixer.h"
+
+class SkyDisk;
+class SkyScreen;
+class SkyMusicBase;
+class SkySound;
+class SkyText;
class SkyIntro {
public: