2020-08-08 15:03:20 -04:00
|
|
|
#include <ultra64.h>
|
|
|
|
#include "sm64.h"
|
|
|
|
#include "geo_commands.h"
|
|
|
|
|
|
|
|
#include "make_const_nonconst.h"
|
|
|
|
|
|
|
|
#include "common1.h"
|
|
|
|
|
|
|
|
#include "mist/geo.inc.c"
|
|
|
|
#include "explosion/geo.inc.c"
|
|
|
|
#include "butterfly/geo.inc.c"
|
|
|
|
#include "coin/geo.inc.c"
|
|
|
|
#include "warp_pipe/geo.inc.c"
|
|
|
|
#include "door/geo.inc.c"
|
|
|
|
#include "bowser_key/geo.inc.c"
|
|
|
|
#include "flame/geo.inc.c"
|
|
|
|
#include "blue_fish/geo.inc.c"
|
|
|
|
#include "leaves/geo.inc.c"
|
|
|
|
#include "mario_cap/geo.inc.c"
|
|
|
|
#include "number/geo.inc.c"
|
|
|
|
#include "mushroom_1up/geo.inc.c"
|
|
|
|
#include "star/geo.inc.c"
|
|
|
|
#include "dirt/geo.inc.c"
|
|
|
|
#include "transparent_star/geo.inc.c"
|
|
|
|
#include "white_particle/geo.inc.c"
|
|
|
|
#include "wooden_signpost/geo.inc.c"
|
|
|
|
#include "tree/geo.inc.c"
|
2021-05-11 02:08:54 -04:00
|
|
|
|
|
|
|
#ifdef PORT_MOP_OBJS
|
|
|
|
#include "src/extras/mop/geo.inc.c"
|
|
|
|
#endif
|