blob: 554e80178a67f9f26a64769769265399e08743e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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
|