mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-06 10:43:26 -05:00
9 lines
170 B
C
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
|