mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-24 05:55:01 +03:00
12 lines
196 B
C
12 lines
196 B
C
#ifndef AST_ENDING_EXPERT_H
|
|
#define AST_ENDING_EXPERT_H
|
|
|
|
#include "gfx.h"
|
|
#include "sf64object.h"
|
|
#include "structs.h"
|
|
|
|
extern u16 gEndingExpertReward[];
|
|
extern u16 gEndingNormalReward[];
|
|
|
|
#endif
|