pokeheartgold/lib/include/nnsys/g3d/util.h
2024-01-20 20:33:25 -05:00

11 lines
241 B
C

#ifndef NNS_G3D_UTIL_H_
#define NNS_G3D_UTIL_H_
#include <nitro.h>
void NNS_G3dInit(void);
int NNS_G3dScrPosToWorldLine(int px, int py, VecFx32* pNear, VecFx32* pFar);
BOOL NNS_G3dResDefaultSetup(void* pResData);
#endif //NNS_G3D_UTIL_H_