aboutsummaryrefslogtreecommitdiff
path: root/sword2/startup.cpp
diff options
context:
space:
mode:
authorMax Horn2003-10-04 00:52:27 +0000
committerMax Horn2003-10-04 00:52:27 +0000
commit5a074e6137dc8368132e4e192c018806c1723222 (patch)
tree222778195b0abbd5698e6decbccfc99ed4f2f894 /sword2/startup.cpp
parent68d923505efb9cb45366b0528f8bf039c1b18902 (diff)
downloadscummvm-rg350-5a074e6137dc8368132e4e192c018806c1723222.tar.gz
scummvm-rg350-5a074e6137dc8368132e4e192c018806c1723222.tar.bz2
scummvm-rg350-5a074e6137dc8368132e4e192c018806c1723222.zip
added namespace Sword2
svn-id: r10581
Diffstat (limited to 'sword2/startup.cpp')
-rw-r--r--sword2/startup.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/startup.cpp b/sword2/startup.cpp
index 3c778b8d5a..c08a3bf805 100644
--- a/sword2/startup.cpp
+++ b/sword2/startup.cpp
@@ -39,6 +39,8 @@
#include "sync.h"
#include "tony_gsdk.h"
+namespace Sword2 {
+
uint32 total_startups = 0;
uint32 total_screen_managers = 0;
uint32 res;
@@ -309,3 +311,5 @@ uint32 Con_start(uint8 *input) {
return 1;
}
+
+} // End of namespace Sword2