blob: 530c023f8a028b09a1b1c8a37c222995aaf8d0d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef OBJECT_TOL_UMB_02_H
#define OBJECT_TOL_UMB_02_H
#include "gbi.h"
extern Vtx tol_umb_02_v[];
extern Gfx kasa_umb02_model[];
extern Gfx e_umb02_model[];
extern u16 tol_umb02_pal[];
extern u8 tol_umb02_kasa2_tex_txt[];
extern u8 tol_umb02_kasa1_tex_txt[];
extern u8 tol_umb02_tuka_tex_txt[];
#endif
|