diff options
Diffstat (limited to 'src/Camera.h')
-rw-r--r-- | src/Camera.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/Camera.h b/src/Camera.h index 72319a3..538c4ac 100644 --- a/src/Camera.h +++ b/src/Camera.h @@ -2,11 +2,7 @@ #define _CAMERA_H_ /**> HEADER FILES <**/ -#ifdef OS9 -#include <gl.h> -#else #include <GL/gl.h> -#endif #include "Quaternions.h" @@ -17,10 +13,10 @@ class Camera XYZ oldposition; XYZ targetoffset; - float rotation, rotation2; - float oldrotation, oldrotation2; - float oldoldrotation, oldoldrotation2; - float visrotation, visrotation2; + float rotation, rotation2; + float oldrotation, oldrotation2; + float oldoldrotation, oldoldrotation2; + float visrotation, visrotation2; void Apply(); }; |