mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
17 lines
622 B
C
17 lines
622 B
C
#ifndef DEBUG_LEVEL_SELECT_H
|
|
#define DEBUG_LEVEL_SELECT_H
|
|
|
|
#include <PR/gbi.h>
|
|
|
|
extern const Gfx debug_level_select_dl_07000858[];
|
|
extern const Gfx debug_level_select_dl_07001100[];
|
|
extern const Gfx debug_level_select_dl_07001BA0[];
|
|
extern const Gfx debug_level_select_dl_070025F0[];
|
|
extern const Gfx debug_level_select_dl_07003258[];
|
|
extern const Gfx debug_level_select_dl_07003DB8[];
|
|
extern const Gfx debug_level_select_dl_070048C8[];
|
|
extern const Gfx debug_level_select_dl_07005558[];
|
|
extern const Gfx debug_level_select_dl_070059F8[];
|
|
extern const Gfx debug_level_select_dl_070063B0[];
|
|
|
|
#endif // DEBUG_LEVEL_SELECT_H
|