blob: 2d9577baf52ba5b65e86065c2473425a4b5f8193 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef GAMEPLAY_KEEP_GARROW1_ANIM_H
#define GAMEPLAY_KEEP_GARROW1_ANIM_H
#include "animation.h"
extern s16 gArrow1_FrameData[];
extern JointIndex gArrow1_JointIndices[];
extern AnimationHeader gArrow1_Anim;
#endif
|