1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-07 06:40:15 +00:00
oot/assets/objects/object_zg/object_zg.h
Dragorn421 6234d7f2aa
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
2025-06-25 13:09:14 +02:00

11 lines
176 B
C

#ifndef OBJECT_ZG_H
#define OBJECT_ZG_H
#include "ultra64.h"
#include "bgcheck.h"
extern Gfx gTowerCollapseBarsDL[28];
extern CollisionHeader gTowerCollapseBarsCol;
#endif