summaryrefslogtreecommitdiff
path: root/assets/objects/object_zg/object_zg.h
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2025-06-25 12:09:14 +0100
committerGitHub <noreply@github.com>2025-06-25 13:09:14 +0200
commit6234d7f2aa28fe7f073cbbbb4b36588e35a7d482 (patch)
tree4e02ba143e8ab581c0e6ca4ef146450e069b8ac5 /assets/objects/object_zg/object_zg.h
parentaffb39624f503921cc57439e735e9ba4e72f9cb6 (diff)
Commit objects 1: `tp`, `triforce_spot`, `umajump`, `vase`, `yukabyun`, `zg` (#2634)
* commit object_zg * commit object_yukabyun * commit object_vase * commit object_umajump * commit object_triforce_spot * commit object_tp * fixup1 * format
Diffstat (limited to 'assets/objects/object_zg/object_zg.h')
-rw-r--r--assets/objects/object_zg/object_zg.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/objects/object_zg/object_zg.h b/assets/objects/object_zg/object_zg.h
new file mode 100644
index 000000000..622160f3c
--- /dev/null
+++ b/assets/objects/object_zg/object_zg.h
@@ -0,0 +1,11 @@
+#ifndef OBJECT_ZG_H
+#define OBJECT_ZG_H
+
+#include "ultra64.h"
+#include "bgcheck.h"
+
+extern Gfx gTowerCollapseBarsDL[28];
+
+extern CollisionHeader gTowerCollapseBarsCol;
+
+#endif