pokeheartgold/lib/include/nnsys/g3d/util.h
2022-03-29 20:32:33 -04:00

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_