diff options
Diffstat (limited to 'src/misc.h')
-rw-r--r-- | src/misc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/misc.h b/src/misc.h index a51e2f3..148917f 100644 --- a/src/misc.h +++ b/src/misc.h @@ -74,9 +74,6 @@ extern "C" { int32_t randInt(int32_t at_least, int32_t at_most); uint32_t randUint(uint32_t less_than); - void getFrustum(float (*)[4]); - int cubeInFrustum(float (*)[4], float, float, float, float); - int sphereInFrustum(float (*)[4], float, float, float, float); void setFog(struct Fog*, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); void tempFog(struct Fog*, GLfloat, GLfloat, GLfloat); |