pmd-red/include/hurl_orb.h
2025-08-28 14:44:57 +02:00

9 lines
170 B
C

#ifndef GUARD_HURL_ORB_H
#define GUARD_HURL_ORB_H
#include "structs/dungeon_entity.h"
void HandleHurlOrb(Entity *target, Entity *attacker);
#endif // GUARD_HURL_ORB_H