aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/staticres.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-08-15 19:26:15 +1000
committerPaul Gilbert2011-08-15 19:26:15 +1000
commit28aef23a60e4a1bb943a40e1087e2d0de69d9de1 (patch)
tree298ba9785ab0832c9771e4cec4123972db0cfa17 /engines/tsage/staticres.cpp
parent833c6fdb72042b593d0bc23f8b9d223234e0ad8d (diff)
downloadscummvm-rg350-28aef23a60e4a1bb943a40e1087e2d0de69d9de1.tar.gz
scummvm-rg350-28aef23a60e4a1bb943a40e1087e2d0de69d9de1.tar.bz2
scummvm-rg350-28aef23a60e4a1bb943a40e1087e2d0de69d9de1.zip
TSAGE: Changed Ringworld/Blue Force namespaces to be embedded namespaces within tSage
Diffstat (limited to 'engines/tsage/staticres.cpp')
-rw-r--r--engines/tsage/staticres.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/tsage/staticres.cpp b/engines/tsage/staticres.cpp
index 5d8f1b057f..adc69f2fe5 100644
--- a/engines/tsage/staticres.cpp
+++ b/engines/tsage/staticres.cpp
@@ -96,6 +96,9 @@ const char *PICK_BTN_STRING = "Pick";
const char *START_PLAY_BTN_STRING = " Start Play ";
const char *INTRODUCTION_BTN_STRING = "Introduction";
+
+namespace Ringworld {
+
const char *EXIT_MSG = " EXIT ";
const char *SCENE6100_CAREFUL = "Be careful! The probe cannot handle too much of that.";
const char *SCENE6100_TOUGHER = "Hey! This is tougher than it looks!";
@@ -118,6 +121,10 @@ const char *EXIT_BTN_STRING = "Exit";
const char *DEMO_BTN_STRING = "Demo";
const char *DEMO_RESUME_BTN_STRING = "Resume";
+} // End of namespace Ringworld
+
+namespace BlueForce {
+
// Blue Force general messages
const char *BF_NAME = "Blue Force";
const char *BF_COPYRIGHT = " Copyright, 1993 Tsunami Media, Inc.";
@@ -129,4 +136,6 @@ const char *BF_11_YEARS = "Eleven years later.";
const char *BF_NEXT_DAY = "The Next Day";
const char *BF_ACADEMY = "Here we are at the Academy";
+} // End of namespace BlueForce
+
} // End of namespace tSage