Files
SpaghettiKart/courses/harbour/ship2_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

32 lines
1.0 KiB
C

#include <libultraship.h>
extern u8 ship2_flag_rgba16[];
extern u8 ship2_window_i8[];
extern u8 ship2_wood1_ci8[];
extern u8 ship2_wood1_pal_rgba16[];
extern u8 ship2_wood2_ci4[];
extern u8 ship2_wood2_pal_rgba16[];
extern u8 ship2_sail2_rgba16[];
extern Vtx ship2_SoH_mesh_vtx_cull[8];
extern Vtx ship2_SoH_mesh_vtx_0[95];
extern Gfx ship2_SoH_mesh_tri_0[];
extern Vtx ship2_SoH_mesh_vtx_1[16];
extern Gfx ship2_SoH_mesh_tri_1[];
extern Vtx ship2_SoH_mesh_vtx_2[236];
extern Gfx ship2_SoH_mesh_tri_2[];
extern Vtx ship2_SoH_mesh_vtx_3[455];
extern Gfx ship2_SoH_mesh_tri_3[];
extern Vtx ship2_SoH_mesh_vtx_4[64];
extern Gfx ship2_SoH_mesh_tri_4[];
extern Gfx mat_ship2_f3d_material_002[];
extern Gfx mat_revert_ship2_f3d_material_002[];
extern Gfx mat_ship2_f3d_material_003[];
extern Gfx mat_revert_ship2_f3d_material_003[];
extern Gfx mat_ship2_wood1_001[];
extern Gfx mat_revert_ship2_wood1_001[];
extern Gfx mat_ship2_wood2[];
extern Gfx mat_revert_ship2_wood2[];
extern Gfx mat_ship2_sohSail[];
extern Gfx mat_revert_ship2_sohSail[];
extern Gfx ship2_SoH_mesh[];