summaryrefslogtreecommitdiff
path: root/include/targeting.h
blob: 89c4d4950e5310a06f744d967d1884da4edc3bde (plain)
1
2
3
4
5
6
7
8
#ifndef GUARD_TARGETING_H
#define GUARD_TARGETING_H

#include "dungeon_entity.h"

void TargetTileInFront(struct DungeonEntity *pokemon);

#endif