aboutsummaryrefslogtreecommitdiff
path: root/sword2/speech.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/speech.h')
-rw-r--r--sword2/speech.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/speech.h b/sword2/speech.h
index f137fdb991..c5e2ef1e47 100644
--- a/sword2/speech.h
+++ b/sword2/speech.h
@@ -22,6 +22,8 @@
#include "header.h"
+namespace Sword2 {
+
#define MAX_SUBJECT_LIST 30 // is that enough?
// array of these for subject menu build up
@@ -42,4 +44,6 @@ extern int choosing;
extern uint32 unpause_zone;
+} // End of namespace Sword2
+
#endif