aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index 7c856c0bd0..6071d301e0 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -67,6 +67,11 @@ struct CostumeData {
}
};
+struct AdjustBoxResult { /* Result type of AdjustBox functions */
+ int16 x, y;
+ byte box;
+};
+
struct SaveLoadEntry;
class Actor {