aboutsummaryrefslogtreecommitdiff
path: root/sword2/save_rest.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/save_rest.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/save_rest.cpp')
-rw-r--r--sword2/save_rest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/save_rest.cpp b/sword2/save_rest.cpp
index 8d9ff09b39..a52b18cd26 100644
--- a/sword2/save_rest.cpp
+++ b/sword2/save_rest.cpp
@@ -47,6 +47,8 @@
#include "sword2.h"
#include "walker.h"
+namespace Sword2 {
+
// max length of a savegame filename, including full path
#define MAX_FILENAME_LEN 128
@@ -653,3 +655,5 @@ uint32 CalcChecksum(uint8 *buffer, uint32 size) {
return total;
}
+
+} // End of namespace Sword2