aboutsummaryrefslogtreecommitdiff
path: root/scumm/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/object.h')
-rw-r--r--scumm/object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/object.h b/scumm/object.h
index 19089abf29..4f1f49f564 100644
--- a/scumm/object.h
+++ b/scumm/object.h
@@ -21,6 +21,8 @@
#ifndef OBJECT_H
#define OBJECT_H
+namespace Scumm {
+
struct ObjectData {
uint32 OBIMoffset;
uint32 OBCDoffset;
@@ -165,5 +167,7 @@ enum FindObjectWhat {
foCheckAlreadyLoaded = 4
};
+} // End of namespace Scumm
+
#endif