mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 08:43:56 +03:00
8b4bb6d943
* 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
14 lines
292 B
C
14 lines
292 B
C
#ifndef FOX_ENMY_ASSETS_H
|
|
#define FOX_ENMY_ASSETS_H
|
|
|
|
#include "sf64object.h"
|
|
|
|
extern ObjectInit D_VE1_6007E74[];
|
|
extern ObjectInit D_SO_601F234[];
|
|
extern ObjectInit D_ZO_6026714[];
|
|
extern ObjectInit D_FO_600EAD4[];
|
|
extern ObjectInit D_KA_6011044[];
|
|
extern ObjectInit D_VE2_600FF74[];
|
|
|
|
#endif
|