summary refs log tree commit diff
path: root/src/Camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Camera.h')
-rw-r--r--src/Camera.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Camera.h b/src/Camera.h
index a31055f..72319a3 100644
--- a/src/Camera.h
+++ b/src/Camera.h
@@ -1,9 +1,8 @@
 #ifndef _CAMERA_H_
 #define _CAMERA_H_
 
-
 /**> HEADER FILES <**/
-#ifdef OS9 
+#ifdef OS9
 #include <gl.h>
 #else
 #include <GL/gl.h>
@@ -17,7 +16,7 @@ class Camera
 		XYZ position;
 		XYZ oldposition;
 		XYZ targetoffset;
-		
+
 	 	float rotation, rotation2;
 	 	float oldrotation, oldrotation2;
 	 	float oldoldrotation, oldoldrotation2;
@@ -26,4 +25,3 @@ class Camera
 };
 
 #endif
-