mirror of https://github.com/sm64pc/sm64pc.git
18 lines
597 B
C
18 lines
597 B
C
|
#ifndef DEBUG_LEVEL_SELECT_H
|
||
|
#define DEBUG_LEVEL_SELECT_H
|
||
|
|
||
|
#include "types.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
|