mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
9346a22c63
* assets and such * here goes * here goes again * once more * once more * type fixing * type fixing * type fixing * here goes * here goes * format
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
|