mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
7 lines
164 B
C
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
|