mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +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
15 lines
230 B
C
15 lines
230 B
C
#ifndef AST_LOGO_H
|
|
#define AST_LOGO_H
|
|
|
|
#include "gfx.h"
|
|
#include "sf64object.h"
|
|
#include "structs.h"
|
|
|
|
extern u16 D_F000000[];
|
|
extern u16 D_F000800[];
|
|
extern u16 D_F001000[];
|
|
extern u16 D_F001800[];
|
|
extern u16 D_F002000[];
|
|
|
|
#endif
|