mirror of
https://github.com/zeldaret/oot
synced 2026-08-22 14:50:17 -04:00
a883cd019a
* [cc0 oot] gameplay_keep
* gFishIn{Air,Water}Anim
11 lines
228 B
C
11 lines
228 B
C
#ifndef GAMEPLAY_KEEP_GFISHINAIRANIM_H
|
|
#define GAMEPLAY_KEEP_GFISHINAIRANIM_H
|
|
|
|
#include "animation.h"
|
|
|
|
extern s16 gFishInAirFrameData[];
|
|
extern JointIndex gFishInAirJointIndices[];
|
|
extern AnimationHeader gFishInAirAnim;
|
|
|
|
#endif
|