basic replayable replays
[carveJwlIkooP6JGAAIwe30JlM.git] / camera.h
index 6fcd2fc161e24b42be6701e73971fb8642fb5e9e..314eafe08b65e532239c66c30ae1a6313ef93818 100644 (file)
--- a/camera.h
+++ b/camera.h
@@ -1,7 +1,7 @@
 #ifndef CAMERA_H
 #define CAMERA_H
 
-#include "common.h"
+#include "skaterift.h"
 
 typedef struct camera camera;
 
@@ -16,8 +16,7 @@ struct camera
    m4x3f transform,
          transform_inverse;
 
-   struct camera_mtx
-   {
+   struct camera_mtx{
       m4x4f p,
             v,
             pv;
@@ -25,7 +24,7 @@ struct camera
    mtx,
    mtx_prev;
 }
-VG_STATIC main_camera, gate_camera;
+static main_camera, gate_camera;
 
 VG_STATIC void camera_lerp_angles( v3f a, v3f b, float t, v3f d )
 {