mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-13 13:35:18 +03:00
![Alejandro Asenjo Nitti](/assets/img/avatar_default.png)
* progress * remove header * - '#include "sf64level.h"' * MatchPoint * asset analysis complete, here it comes. Wheeeeeh * comment * correction * some missile docs * format * preparations for ast_bolse extraction * Matchpoint * Jackpot
19 lines
314 B
C
19 lines
314 B
C
#ifndef FOX_ENMY2_ASSETS_H
|
|
#define FOX_ENMY2_ASSETS_H
|
|
|
|
#include "sys.h"
|
|
|
|
// Displaylists
|
|
|
|
extern Gfx D_6004D00[];
|
|
extern Gfx D_6002500[];
|
|
extern Gfx D_60043F0[];
|
|
extern Gfx D_6004310[];
|
|
extern f32 D_602C1A0[];
|
|
extern f32 D_602C294[];
|
|
extern f32 D_601B474[];
|
|
extern f32 D_601B43C[];
|
|
extern f32 D_601B944[];
|
|
|
|
#endif
|