blob: f04e01b2c3aa5bfb2aec1c7461f26860a7ff068c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef OBJECT_ACT_HOUSE_GOKI_H
#define OBJECT_ACT_HOUSE_GOKI_H
#include "gbi.h"
extern Vtx act_house_goki_vtx_1[];
extern Vtx act_house_goki_vtx_2[];
extern Gfx act_house_goki_model_1[];
extern Gfx act_house_goki_model_2[];
extern u16 act_house_goki_pal[];
extern u8 act_house_goki_tex[];
#endif
|