Super Mario 64 OpenGL port for PC. Mirror of https://github.com/sm64pc/sm64pc
https://github.com/sm64pc/sm64pc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
597 B
17 lines
597 B
#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
|
|
|