aboutsummaryrefslogtreecommitdiff
path: root/scumm/boxes.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/boxes.h')
-rw-r--r--scumm/boxes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/boxes.h b/scumm/boxes.h
index e0ab671d5c..c4f23af448 100644
--- a/scumm/boxes.h
+++ b/scumm/boxes.h
@@ -25,6 +25,8 @@
#include "common/rect.h"
+namespace Scumm {
+
#define SIZEOF_BOX_V2 8
#define SIZEOF_BOX_V3 18
#define SIZEOF_BOX 20
@@ -45,4 +47,6 @@ struct BoxCoords { /* Box coordinates */
Common::Point lr;
};
+} // End of namespace Scumm
+
#endif