pmd-red/include/targeting_flags.h
2023-09-02 08:50:36 -04:00

10 lines
209 B
C

#ifndef GUARD_TARGETING_FLAGS_H
#define GUARD_TARGETING_FLAGS_H
#include "constants/move.h"
#include "dungeon_entity.h"
s16 GetMoveTargetAndRangeForPokemon(Entity *pokemon, Move *move, bool32 isAI);
#endif