#include "world/actions.h"
Data Fields | |
void(* | update )(void) |
void * | dmaStart |
void * | dmaEnd |
s8 | flag |
void(* Action::update) (void) |
Definition at line 7 of file actions.h.
Referenced by phys_peach_update(), and phys_update_action_state().
void* Action::dmaStart |
Definition at line 8 of file actions.h.
Referenced by phys_peach_update(), and phys_update_action_state().
void* Action::dmaEnd |
Definition at line 9 of file actions.h.
Referenced by phys_peach_update(), and phys_update_action_state().
s8 Action::flag |
Definition at line 10 of file actions.h.
Referenced by phys_peach_update().