#ifndef GUARD_DUNGEON_ACTION_H #define GUARD_DUNGEON_ACTION_H #include "dungeon_entity.h" // 0x44C94 void SetAction(struct DungeonActionContainer *actionPointer, u16 action); #endif