aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/staticres.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/staticres.h')
-rw-r--r--engines/tsage/staticres.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/tsage/staticres.h b/engines/tsage/staticres.h
index 8c21147191..b6c5d5e72a 100644
--- a/engines/tsage/staticres.h
+++ b/engines/tsage/staticres.h
@@ -209,6 +209,14 @@ extern const byte scene1550JunkRegions[];
extern const byte k5A79B[];
extern const byte k5A7F6[];
+// Scene 2900 balloon data
+struct BalloonRecord {
+ int8 x;
+ int8 y;
+ int8 v3;
+};
+extern const BalloonRecord balloonData[];
+
} // End of namespace Ringworld2
} // End of namespace TsAGE