aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/staticres.h
diff options
context:
space:
mode:
authorPaul Gilbert2009-02-14 00:10:51 +0000
committerPaul Gilbert2009-02-14 00:10:51 +0000
commitaa82c6fa7bd5dad43e1f5506714ffc2b6329aac9 (patch)
tree8f74532a82fecd1705755aa19467233fdb51508b /engines/cruise/staticres.h
parentade4313695aaef0274e01dc482359de3f9c2c444 (diff)
downloadscummvm-rg350-aa82c6fa7bd5dad43e1f5506714ffc2b6329aac9.tar.gz
scummvm-rg350-aa82c6fa7bd5dad43e1f5506714ffc2b6329aac9.tar.bz2
scummvm-rg350-aa82c6fa7bd5dad43e1f5506714ffc2b6329aac9.zip
Changed the list of language dependant strings from being hard-coded to dynamically being loaded from the 'delphine.lng' file
svn-id: r36317
Diffstat (limited to 'engines/cruise/staticres.h')
-rw-r--r--engines/cruise/staticres.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/cruise/staticres.h b/engines/cruise/staticres.h
index d11a57e161..6b358464d5 100644
--- a/engines/cruise/staticres.h
+++ b/engines/cruise/staticres.h
@@ -28,12 +28,6 @@
namespace Cruise {
-enum MenuConstants {
- SL_MENU, SL_SAVE, SL_LOAD, SL_RESTART, SL_QUIT, SL_INVENTORY
-};
-
-const char **getStringList();
-
} // End of namespace Cruise
#endif