From d7660a2662be298dad3cf9b320137dac8744d456 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 3 Oct 2003 18:33:57 +0000 Subject: introduced namespace Scumm; made #include statements use scumm/ prefix explicitly svn-id: r10571 --- scumm/help.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scumm/help.h') 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 -- cgit v1.2.3