mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 21:45:12 +00:00
49bca1cc01
Co-Authored-By: Yuyake <140215214+AngelicMiracles@users.noreply.github.com> Co-Authored-By: FluffaMario <50761036+FluffaMario@users.noreply.github.com> Co-Authored-By: Gregory Heskett <gheskett@gmail.com> Co-Authored-By: iZePlayzYT <69536095+iZePlayzYT@users.noreply.github.com> Co-Authored-By: Isaac0-dev <62234577+Isaac0-dev@users.noreply.github.com> Co-Authored-By: eros71 <16540103+eros71-dev@users.noreply.github.com>
33 lines
1.1 KiB
C
33 lines
1.1 KiB
C
#ifndef CUSTOM0_H
|
|
#define CUSTOM0_H
|
|
|
|
#include "types.h"
|
|
|
|
// error model
|
|
#include "actors/error_model/geo_header.h"
|
|
|
|
// luigi_cap
|
|
extern const GeoLayout luigis_cap_geo[];
|
|
extern const GeoLayout luigis_metal_cap_geo[];
|
|
extern const GeoLayout luigis_wing_cap_geo[];
|
|
extern const GeoLayout luigis_winged_metal_cap_geo[];
|
|
extern const Gfx luigi_cap_seg3_dl_03022B30[];
|
|
extern const Gfx luigi_cap_seg3_dl_03022B68[];
|
|
extern const Gfx luigi_cap_seg3_dl_03022CC8[];
|
|
extern const Gfx luigi_cap_seg3_dl_03022D10[];
|
|
extern const Gfx luigi_cap_seg3_dl_03022E78[];
|
|
extern const Gfx luigi_cap_seg3_dl_03022EA8[];
|
|
extern const Gfx luigi_cap_seg3_dl_03022ED8[];
|
|
extern const Gfx luigi_cap_seg3_dl_03022F20[];
|
|
extern const Gfx luigi_cap_l_logo_decal_dl[];
|
|
extern const Gfx luigi_cap_seg3_dl_03022F48[];
|
|
extern const Gfx luigi_cap_seg3_dl_03022FF8[];
|
|
extern const Gfx luigi_cap_seg3_dl_030230B0[];
|
|
extern const Gfx luigi_cap_seg3_dl_03023108[];
|
|
extern const Gfx luigi_cap_seg3_dl_03023160[];
|
|
extern const Gfx luigi_cap_seg3_dl_03023298[];
|
|
|
|
// toad_cap
|
|
#include "actors/toad_cap/geo_header.h"
|
|
|
|
#endif
|