From b0e23e35ee7f0b7c080e821fd521e007dcd80a18 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 3 Jan 2004 01:58:58 +0000 Subject: Introduce namespace 'Sky' svn-id: r12099 --- sky/intro.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sky/intro.h') 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 -- cgit v1.2.3