diff --git a/include/targeting.h b/include/targeting.h deleted file mode 100644 index e4602f3fb..000000000 --- a/include/targeting.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef GUARD_TARGETING_H -#define GUARD_TARGETING_H - -#include "structs/dungeon_entity.h" - -void TargetTileInFront(Entity *pokemon); - -#endif