aboutsummaryrefslogtreecommitdiff
path: root/scumm/verbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/verbs.h')
-rw-r--r--scumm/verbs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/verbs.h b/scumm/verbs.h
index 1cbaa2d459..cea7300390 100644
--- a/scumm/verbs.h
+++ b/scumm/verbs.h
@@ -24,6 +24,8 @@
#include "common/scummsys.h"
#include "common/rect.h"
+namespace Scumm {
+
enum {
kTextVerbType = 0,
kImageVerbType = 1
@@ -43,4 +45,6 @@ struct VerbSlot {
uint16 imgindex;
};
+} // End of namespace Scumm
+
#endif