sm64ex-coop/autogen/lua_functions/mario_actions_submerged.c

4 lines
229 B
C
Raw Normal View History

void set_swimming_at_surface_particles(struct MarioState *m, u32 particleFlag);
u32 perform_water_step(struct MarioState *m);
s32 mario_execute_submerged_action(struct MarioState *m);
void float_surface_gfx(struct MarioState *m);