blob: 15e8df557ec9105c3366ef692bc57c002c58a6ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef OBJECT_TOL_UTIWA_1_H
#define OBJECT_TOL_UTIWA_1_H
#include "gbi.h"
/**
* @file tol_utiwa_1
* 団扇 Firework Festival Blue Uchiwa Fan
*/
extern Vtx tol_utiwa_1_v[];
extern Gfx main_utiwa1_model[];
extern unsigned short tol_utiwa1_pal[];
extern unsigned char tol_utiwa_1_main1_tex_txt[];
extern unsigned char tol_utiwa_1_main2_tex_txt[];
#endif
|