aboutsummaryrefslogtreecommitdiff
path: root/scumm/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/help.h')
-rw-r--r--scumm/help.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/help.h b/scumm/help.h
index 72d658fc01..6292925eb6 100644
--- a/scumm/help.h
+++ b/scumm/help.h
@@ -22,6 +22,8 @@
#include "common/str.h"
+namespace Scumm {
+
#define HELP_NUM_LINES 15
class ScummHelp {
@@ -34,5 +36,7 @@ public:
String &title, String *&key, String *&dsc);
};
+} // End of namespace Scumm
+
#endif