#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