pmd-red/include/dungeon_action_execution.h
2025-08-29 14:39:11 +02:00

9 lines
178 B
C

#ifndef GUARD_DUNGEON_ACTION_EXECUTION_H
#define GUARD_DUNGEON_ACTION_EXECUTION_H
#include "structs/dungeon_entity.h"
bool8 ExecuteEntityDungeonAction(Entity *entity);
#endif