pmd-red/include/targeting.h

9 lines
131 B
C

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