#ifndef GUARD_TARGETING_H #define GUARD_TARGETING_H #include "dungeon_entity.h" void TargetTileInFront(struct DungeonEntity *pokemon); #endif