mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
12 lines
241 B
C
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
|