From 28aef23a60e4a1bb943a40e1087e2d0de69d9de1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 15 Aug 2011 19:26:15 +1000 Subject: TSAGE: Changed Ringworld/Blue Force namespaces to be embedded namespaces within tSage --- engines/tsage/staticres.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines/tsage/staticres.cpp') 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 -- cgit v1.2.3