mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-09 11:42:26 +03:00
18 lines
428 B
C
18 lines
428 B
C
#ifndef FOX_ENMY_ASSETS_H
|
|
#define FOX_ENMY_ASSETS_H
|
|
|
|
#include "sf64object.h"
|
|
|
|
extern ObjectInit D_CO_60371A4[];
|
|
extern ObjectInit D_ME_6026CC4[];
|
|
extern ObjectInit D_VE1_6007E74[];
|
|
extern ObjectInit D_SO_601F234[];
|
|
extern ObjectInit D_ZO_6026714[];
|
|
extern ObjectInit D_MA_6031000[];
|
|
extern ObjectInit D_FO_600EAD4[];
|
|
extern ObjectInit D_KA_6011044[];
|
|
extern ObjectInit D_BO_600FF74[];
|
|
extern ObjectInit D_VE2_600FF74[];
|
|
|
|
#endif
|