mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-24 05:55:01 +03:00
17 lines
288 B
C
17 lines
288 B
C
|
#ifndef AST_GREAT_FOX_H
|
||
|
#define AST_GREAT_FOX_H
|
||
|
|
||
|
#include "gfx.h"
|
||
|
#include "sf64object.h"
|
||
|
#include "structs.h"
|
||
|
|
||
|
extern Gfx D_E000000[];
|
||
|
extern Gfx D_E003AB0[];
|
||
|
extern Gfx D_E00DFB0[];
|
||
|
extern u16 D_E00E100[];
|
||
|
extern u16 D_E00F020[];
|
||
|
extern u16 D_E00FF40[];
|
||
|
extern u16 D_E010E60[];
|
||
|
|
||
|
#endif
|