pmd-red/include/targeting.h
2022-03-10 22:33:12 -05:00

9 lines
145 B
C

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