You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
17 lines
310 B
C
17 lines
310 B
C
#ifndef BOWSER_1_HEADER_H
|
|
#define BOWSER_1_HEADER_H
|
|
|
|
#include "types.h"
|
|
|
|
// geo
|
|
extern const GeoLayout bowser_1_geo_0000D0[];
|
|
|
|
// leveldata
|
|
extern const Gfx bowser_1_seg7_dl_07002768[];
|
|
extern const Collision bowser_1_seg7_collision_level[];
|
|
|
|
// script
|
|
extern const LevelScript level_bowser_1_entry[];
|
|
|
|
#endif
|