aboutsummaryrefslogtreecommitdiff
path: root/queen/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/structs.h')
-rw-r--r--queen/structs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/queen/structs.h b/queen/structs.h
index 70d787d6c7..5b90bec5d6 100644
--- a/queen/structs.h
+++ b/queen/structs.h
@@ -595,6 +595,13 @@ struct TalkSelected {
};
+struct BobFrame {
+ uint16 width, height;
+ uint16 xhotspot, yhotspot;
+ uint8 *data;
+};
+
+
} // End of namespace Queen
#endif