mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-26 13:32:55 -04:00
9 lines
131 B
C
9 lines
131 B
C
#ifndef GUARD_TARGETING_H
|
|
#define GUARD_TARGETING_H
|
|
|
|
#include "dungeon_entity.h"
|
|
|
|
void TargetTileInFront(Entity *pokemon);
|
|
|
|
#endif
|