mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-24 05:07:18 -05:00
8 lines
239 B
C
8 lines
239 B
C
#ifndef POKEHEARTGOLD_UNK_02020B8C_H
|
|
#define POKEHEARTGOLD_UNK_02020B8C_H
|
|
|
|
fx32 GetDistanceFromPointToLine(VecFx32 *a, VecFx32 *near, VecFx32 *far);
|
|
void sub_02020D2C(MtxFx33 *rotation, VecFx32 *a1);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02020B8C_H
|