1 2 3 4 5 6 7 8
#ifndef GUARD_MOVES_H #define GUARD_MOVES_H #include "constants/move.h" u32 GetMoveMaxPP(struct PokemonMove *move); #endif