mirror of
https://github.com/zeldaret/oot
synced 2026-05-26 15:45:46 -04:00
6234d7f2aa
* commit object_zg * commit object_yukabyun * commit object_vase * commit object_umajump * commit object_triforce_spot * commit object_tp * fixup1 * format
12 lines
176 B
C
12 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
|