mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 13:09:56 +00:00
10 lines
217 B
C
10 lines
217 B
C
#ifndef GUARD_TARGETING_FLAGS_H
|
|
#define GUARD_TARGETING_FLAGS_H
|
|
|
|
#include "constants/move.h"
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
s16 GetMoveTargetAndRangeForPokemon(Entity *pokemon, Move *move, bool32 isAI);
|
|
|
|
#endif
|