pokeplatinum/include/int_distance.h
Gudf af5d60d4a0 Rename unk_0201E190 and unk_0201E3BC
`unk_0201E190` to `fx_util`
`unk_0201E3BC` to `int_distance`
2025-01-31 14:34:48 +01:00

7 lines
164 B
C

#ifndef POKEPLATINUM_INT_DISTANCE_H
#define POKEPLATINUM_INT_DISTANCE_H
u32 CalcDistance2D(s32 x0, s32 x1, s32 y0, s32 y1);
#endif // POKEPLATINUM_INT_DISTANCE_H