mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 08:43:56 +03:00
11 lines
170 B
C
11 lines
170 B
C
#ifndef AST_ENDING_AWARD_FRONT_H
|
|
#define AST_ENDING_AWARD_FRONT_H
|
|
|
|
#include "gfx.h"
|
|
#include "sf64object.h"
|
|
#include "structs.h"
|
|
|
|
extern u16 gEndingAwardFront[];
|
|
|
|
#endif
|