export configuration for ast_star_wolf (#177)

* MISSION
ACCOMPLISHED

* remove header

* remove comment
This commit is contained in:
Alejandro Asenjo Nitti
2024-03-27 14:37:20 -03:00
committed by GitHub
parent 906ba85040
commit 26a3873e16
7 changed files with 130 additions and 52 deletions
-29
View File
@@ -1,29 +0,0 @@
#ifndef AST_STAR_WOLF_H
#define AST_STAR_WOLF_H
#include "gfx.h"
#include "sf64object.h"
#include "structs.h"
extern u16 D_F000000[];
extern u16 D_F000F20[];
extern u16 D_F001E40[];
extern u16 D_F002D60[];
extern u16 D_F003C80[];
extern u16 D_F004BA0[];
extern u16 D_F005AC0[];
extern u16 D_F0069E0[];
extern u16 D_F007900[];
extern u16 D_F008820[];
extern u16 D_F009740[];
extern u16 D_F00A660[];
extern u16 D_F00B580[];
extern u16 D_F00C4A0[];
extern u16 D_F00D3C0[];
extern u16 D_F00E2E0[];
extern Gfx D_F00F200[];
extern Gfx D_F0103D0[];
extern Gfx D_F014180[];
extern Gfx D_F014310[];
#endif