diff options
Diffstat (limited to 'include/dungeon_action.h')
-rw-r--r-- | include/dungeon_action.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dungeon_action.h b/include/dungeon_action.h new file mode 100644 index 0000000..c3631f7 --- /dev/null +++ b/include/dungeon_action.h @@ -0,0 +1,9 @@ +#ifndef GUARD_DUNGEON_ACTION_H +#define GUARD_DUNGEON_ACTION_H + +#include "dungeon_entity.h" + +// 0x44C94 +void SetAction(struct DungeonActionContainer *actionPointer, u16 action); + +#endif |