aboutsummaryrefslogtreecommitdiff
path: root/sky/intro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/intro.cpp')
-rw-r--r--sky/intro.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sky/intro.cpp b/sky/intro.cpp
index da938a122e..8a11643593 100644
--- a/sky/intro.cpp
+++ b/sky/intro.cpp
@@ -30,6 +30,8 @@
#include "sky/struc.h"
#include "sky/text.h"
+namespace Sky {
+
#define SHOWSCREEN 0
#define COMMANDEND 0 // end of COMMANDFLIRT block
#define FADEUP 1 // fade up palette
@@ -904,3 +906,5 @@ bool SkyIntro::escDelay(uint32 msecs) {
} while (msecs > 0);
return true;
}
+
+} // End of namespace Sky