summaryrefslogtreecommitdiff
path: root/src/objects/act_ball_s/act_ball_s.h
blob: 914e424cefded1f4a200d5767428bfcaddfd4286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef OBJECT_ACT_BALL_S_H
#define OBJECT_ACT_BALL_S_H

#include "gbi.h"

extern Vtx act_ball_s_v[];
extern Gfx act_ball_s_modelT[];
extern Gfx act_ball_s_model[];
extern u16 act_ball_s_pal[];
extern u8 act_ball_s_5_tex[];

#endif