blob: b12979445c86799317cff4d02396679d764e431f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef GAMEPLAY_KEEP_FAIRY_ANIM_H
#define GAMEPLAY_KEEP_FAIRY_ANIM_H
#include "animation.h"
extern s16 gFairyFrameData[];
extern JointIndex gFairyJointIndices[];
extern AnimationHeader gFairyAnim;
#endif
|