pmd-red/include/dungeon_action_execution.h
2025-11-22 02:39:56 -05:00

12 lines
241 B
C

#ifndef GUARD_DUNGEON_ACTION_EXECUTION_H
#define GUARD_DUNGEON_ACTION_EXECUTION_H
#include "structs/dungeon_entity.h"
extern u8 gUnknown_202F32C;
extern u8 gUnknown_202F32D;
bool8 ExecuteEntityDungeonAction_Async(Entity *entity);
#endif