mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 08:43:56 +03:00
5844ffc4dd
* ast_zoness * format * remove ast_zoness.h * change name to D_ZO_601996C * rename to yaml and use vec3f array * prevent_bss_reordering in fox_edisplay * format --------- Co-authored-by: Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>
13 lines
258 B
C
13 lines
258 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_FO_600EAD4[];
|
|
extern ObjectInit D_KA_6011044[];
|
|
extern ObjectInit D_VE2_600FF74[];
|
|
|
|
#endif
|