mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 08:43:56 +03:00
30 lines
600 B
C
30 lines
600 B
C
|
#ifndef AST_STAR_WOLF_H
|
||
|
#define AST_STAR_WOLF_H
|
||
|
|
||
|
#include "gfx.h"
|
||
|
#include "sf64object.h"
|
||
|
#include "structs.h"
|
||
|
|
||
|
extern u16 D_F000000[];
|
||
|
extern u16 D_F000F20[];
|
||
|
extern u16 D_F001E40[];
|
||
|
extern u16 D_F002D60[];
|
||
|
extern u16 D_F003C80[];
|
||
|
extern u16 D_F004BA0[];
|
||
|
extern u16 D_F005AC0[];
|
||
|
extern u16 D_F0069E0[];
|
||
|
extern u16 D_F007900[];
|
||
|
extern u16 D_F008820[];
|
||
|
extern u16 D_F009740[];
|
||
|
extern u16 D_F00A660[];
|
||
|
extern u16 D_F00B580[];
|
||
|
extern u16 D_F00C4A0[];
|
||
|
extern u16 D_F00D3C0[];
|
||
|
extern u16 D_F00E2E0[];
|
||
|
extern Gfx D_F00F200[];
|
||
|
extern Gfx D_F0103D0[];
|
||
|
extern Gfx D_F014180[];
|
||
|
extern Gfx D_F014310[];
|
||
|
|
||
|
#endif
|