#ifndef __FRUSTUM_H__ #define __FRUSTUM_H__ void frustum_update(MATRIX *view_matrix, int width, int height); u_char frustum_checkSphere(SVECTOR *sphere); #endif // __FRUSTUM_H__