mirror of
https://github.com/zeldaret/oot
synced 2026-07-02 20:46:16 -04:00
6234d7f2aa
* commit object_zg * commit object_yukabyun * commit object_vase * commit object_umajump * commit object_triforce_spot * commit object_tp * fixup1 * format
11 lines
187 B
C
11 lines
187 B
C
#ifndef OBJECT_UMAJUMP_H
|
|
#define OBJECT_UMAJUMP_H
|
|
|
|
#include "ultra64.h"
|
|
#include "bgcheck.h"
|
|
|
|
extern Gfx gJumpableHorseFenceDL[37];
|
|
extern CollisionHeader gJumpableHorseFenceCol;
|
|
|
|
#endif
|