diff options
Diffstat (limited to 'src/objects/tol_kamicup/tol_kamicup.h')
| -rw-r--r-- | src/objects/tol_kamicup/tol_kamicup.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/objects/tol_kamicup/tol_kamicup.h b/src/objects/tol_kamicup/tol_kamicup.h new file mode 100644 index 0000000..752b763 --- /dev/null +++ b/src/objects/tol_kamicup/tol_kamicup.h @@ -0,0 +1,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 unsigned short tol_kamicup_pal[]; +extern unsigned char tol_kamicup_tex[]; + +#endif |
