Files
pmd-red/include/targeting.h
T
2023-09-02 01:46:26 -04:00

9 lines
131 B
C

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