mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-12 22:20:53 -05:00
8 lines
176 B
C
8 lines
176 B
C
#ifndef NNS_G3D_UTIL_H_
|
|
#define NNS_G3D_UTIL_H_
|
|
|
|
void NNS_G3dInit(void);
|
|
int NNS_G3dScrPosToWorldLine(int px, int py, VecFx32* pNear, VecFx32* pFar);
|
|
|
|
#endif //NNS_G3D_UTIL_H_
|