aboutsummaryrefslogtreecommitdiff
path: root/sky/intro.h
diff options
context:
space:
mode:
authorMax Horn2004-01-03 01:58:58 +0000
committerMax Horn2004-01-03 01:58:58 +0000
commitb0e23e35ee7f0b7c080e821fd521e007dcd80a18 (patch)
treedc2a992ac09753f78be1b12ce30a48aa5aa75b69 /sky/intro.h
parentb1d729d6dd23c093b18d9093a195a399d44d69ce (diff)
downloadscummvm-rg350-b0e23e35ee7f0b7c080e821fd521e007dcd80a18.tar.gz
scummvm-rg350-b0e23e35ee7f0b7c080e821fd521e007dcd80a18.tar.bz2
scummvm-rg350-b0e23e35ee7f0b7c080e821fd521e007dcd80a18.zip
Introduce namespace 'Sky'
svn-id: r12099
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