sm64coopdx/mods/arena/actors/arena_flag_blue/geo.inc.c

11 lines
299 B
C

#include "src/game/envfx_snow.h"
const GeoLayout arena_flag_blue_geo[] = {
GEO_NODE_START(),
GEO_OPEN_NODE(),
GEO_DISPLAY_LIST(LAYER_OPAQUE, arena_flag_blue_flag_mesh_layer_1),
GEO_DISPLAY_LIST(LAYER_OPAQUE, arena_flag_blue_material_revert_render_settings),
GEO_CLOSE_NODE(),
GEO_END(),
};