Files
Dragorn421 a883cd019a [cc0 oot] gameplay_keep (#2781)
* [cc0 oot] gameplay_keep

* gFishIn{Air,Water}Anim
2026-08-05 18:32:02 +02:00

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