mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 08:43:56 +03:00
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
|