oot/assets/objects/gameplay_keep/gBugCrawlAnim.h

12 lines
244 B
C

#ifndef GAMEPLAY_KEEP_GBUGCRAWLANIM_H
#define GAMEPLAY_KEEP_GBUGCRAWLANIM_H
#include "ultra64.h"
#include "animation.h"
extern s16 gBugCrawlFrameData[];
extern JointIndex gBugCrawlJointIndices[];
extern AnimationHeader gBugCrawlAnim;
#endif