aboutsummaryrefslogtreecommitdiff
path: root/sky/intro.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/intro.h')
-rw-r--r--sky/intro.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sky/intro.h b/sky/intro.h
index e26f5b961d..3bd77c5f01 100644
--- a/sky/intro.h
+++ b/sky/intro.h
@@ -26,6 +26,8 @@
#include "common/scummsys.h"
#include "sound/mixer.h"
+namespace Sky {
+
class SkyDisk;
class SkyScreen;
class SkyMusicBase;
@@ -64,5 +66,6 @@ private:
void restoreScreen(void);
};
-#endif // INTRO_H
+} // End of namespace Sky
+#endif // INTRO_H