Files
SpaghettiKart/courses/harbour/ghostship_model.h
MegaMech 6a629fcaa9 Add Ship (#191)
* Compile works now

* Update menus

* Update CMakeLists.txt

* Add Ship

* Impl hm ship actors

* Update HM course
2025-02-10 15:05:53 -07:00

49 lines
1.8 KiB
C

#include <libultraship.h>
extern u8 ghostship_woodmoldy1_rgba16[];
extern u8 ghostship_wood3_ci8[];
extern u8 ghostship_wood3_pal_rgba16[];
extern u8 ghostship_burntfabricHoles_rgba16[];
extern u8 ghostship_flag1_ci4[];
extern u8 ghostship_flag1_pal_rgba16[];
extern u8 ghostship_metallight_ci4[];
extern u8 ghostship_metallight_pal_rgba16[];
extern u8 ghostship_metal2_i8[];
extern u8 ghostship_window_i8[];
extern u8 ghostship_woodmoldy2_ci8[];
extern u8 ghostship_woodmoldy2_pal_rgba16[];
extern Vtx ghostship_Plane_mesh_vtx_cull[8];
extern Vtx ghostship_Plane_mesh_vtx_0[174];
extern Gfx ghostship_Plane_mesh_tri_0[];
extern Vtx ghostship_Plane_mesh_vtx_1[61];
extern Gfx ghostship_Plane_mesh_tri_1[];
extern Vtx ghostship_Plane_mesh_vtx_2[16];
extern Gfx ghostship_Plane_mesh_tri_2[];
extern Vtx ghostship_Plane_mesh_vtx_3[10];
extern Gfx ghostship_Plane_mesh_tri_3[];
extern Vtx ghostship_Plane_mesh_vtx_4[61];
extern Gfx ghostship_Plane_mesh_tri_4[];
extern Vtx ghostship_Plane_mesh_vtx_5[16];
extern Gfx ghostship_Plane_mesh_tri_5[];
extern Vtx ghostship_Plane_mesh_vtx_6[60];
extern Gfx ghostship_Plane_mesh_tri_6[];
extern Vtx ghostship_Plane_mesh_vtx_7[23];
extern Gfx ghostship_Plane_mesh_tri_7[];
extern Gfx mat_ghostship_boat1[];
extern Gfx mat_revert_ghostship_boat1[];
extern Gfx mat_ghostship_boat2[];
extern Gfx mat_revert_ghostship_boat2[];
extern Gfx mat_ghostship_sail[];
extern Gfx mat_revert_ghostship_sail[];
extern Gfx mat_ghostship_flag[];
extern Gfx mat_revert_ghostship_flag[];
extern Gfx mat_ghostship_metal1[];
extern Gfx mat_revert_ghostship_metal1[];
extern Gfx mat_ghostship_glass1[];
extern Gfx mat_revert_ghostship_glass1[];
extern Gfx mat_ghostship_dark[];
extern Gfx mat_revert_ghostship_dark[];
extern Gfx mat_ghostship_boat3[];
extern Gfx mat_revert_ghostship_boat3[];
extern Gfx ghostship_Plane_mesh[];