remove headers

This commit is contained in:
Alejandro Javier Asenjo Nitti 2024-02-22 00:22:41 -03:00
parent 6ab18c98b7
commit 332967f7f6
2 changed files with 0 additions and 20 deletions

View File

@ -1,10 +0,0 @@
#ifndef AST_ENDING_AWARD_BACK_H
#define AST_ENDING_AWARD_BACK_H
#include "gfx.h"
#include "sf64object.h"
#include "structs.h"
extern u16 gEndingAwardBack[];
#endif

View File

@ -1,10 +0,0 @@
#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