#ifndef __FRUSTUM_H__ #define __FRUSTUM_H__ void frustum_update(int width, int height); u_char frustum_pointInside(SVECTOR *point); u_char frustum_sphereInside(SVECTOR *sphere); #endif // __FRUSTUM_H__