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
26 lines
498 B
C
26 lines
498 B
C
#ifndef AST_ALLIES_H
|
|
#define AST_ALLIES_H
|
|
|
|
#include "gfx.h"
|
|
#include "sf64object.h"
|
|
#include "structs.h"
|
|
|
|
extern Gfx D_D000000[];
|
|
extern u16 D_D000170[];
|
|
extern u16 D_D001090[];
|
|
extern u16 D_D001FB0[];
|
|
extern u16 D_D002ED0[];
|
|
extern u16 D_D003DF0[];
|
|
extern u16 D_D004D10[];
|
|
extern u16 D_D005C30[];
|
|
extern u16 D_D006B50[];
|
|
extern u16 D_D007A70[];
|
|
extern u16 D_D008990[];
|
|
extern Gfx D_D0098B0[];
|
|
extern Gfx D_D009A40[];
|
|
extern Gfx D_D00B5C0[];
|
|
extern Gfx D_D00B720[];
|
|
extern Gfx D_D00B880[];
|
|
|
|
#endif
|