aboutsummaryrefslogtreecommitdiff
path: root/sword2/save_rest.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/save_rest.h')
-rw-r--r--sword2/save_rest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/save_rest.h b/sword2/save_rest.h
index 78c6899b6c..13e9bc22ba 100644
--- a/sword2/save_rest.h
+++ b/sword2/save_rest.h
@@ -22,6 +22,8 @@
#include "memory.h"
+namespace Sword2 {
+
#define SAVE_DESCRIPTION_LEN 64
uint32 SaveGame(uint16 slotNo, uint8 *description);
@@ -54,4 +56,6 @@ uint32 FindBufferSize(void);
// the fwrite() - could be
// hard-drive full..?
+} // End of namespace Sword2
+
#endif