summaryrefslogtreecommitdiff
path: root/src/objects/tol_kamicup/tol_kamicup.h
blob: e6ebfb663ee014daa9c82e29af67f32199be2806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef OBJECT_TOL_KAMICUP_H
#define OBJECT_TOL_KAMICUP_H

#include "gbi.h"

/**
 * @file tol_kamicup
 * 紙コップ Paper Cup
 */

extern Vtx tol_kamicup_1_v[];
extern Gfx tol_kamicup_1T_model[];
extern u16 tol_kamicup_pal[];
extern u8 tol_kamicup_tex[];

#endif