blob: ab0442ce39034e43cbc76f994df77da93e2089a3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef GAMEPLAY_KEEP_GARROW2_ANIM_H
#define GAMEPLAY_KEEP_GARROW2_ANIM_H
#include "animation.h"
extern s16 gArrow2_FrameData[];
extern JointIndex gArrow2_JointIndices[];
extern AnimationHeader gArrow2_Anim;
#endif
|