sm64coopdx/actors/error_model/geo_header.h
PeachyPeach b190ee09fb
Gfx Vtx vanilla only duplicates (#733)
Some changes for gfx vtx duplication:
- Only vanilla (read-only) stuff is duplicated
- Stuff is duplicated only once, and uses a map rom->ram for next iterations
- Stuff is restored to original values on network shutdown

also fixes incorrect types in some extern declarations
2025-04-08 10:20:50 +10:00

7 lines
392 B
C

extern const GeoLayout error_model_geo[];
extern const Lights1 error_model_f3d_material_lights;
extern const Vtx error_model_error_bone_mesh_layer_1_vtx_0[336];
extern const Gfx error_model_error_bone_mesh_layer_1_tri_0[];
extern const Gfx mat_error_model_f3d_material[];
extern const Gfx error_model_error_bone_mesh_layer_1[];
extern const Gfx error_model_material_revert_render_settings[];