update helpers/location to 'frosted' ui
[carveJwlIkooP6JGAAIwe30JlM.git] / camera.h
index fdbc00c44fafbc4d75697970dc1bb4f8ba124bfe..7aa1b14a92eb6b29f03338765587b3afe07dd949 100644 (file)
--- a/camera.h
+++ b/camera.h
@@ -1,7 +1,5 @@
-#ifndef CAMERA_H
-#define CAMERA_H
-
-#include "skaterift.h"
+#pragma once
+#if 0
 
 typedef struct camera camera;
 struct camera{
@@ -95,5 +93,4 @@ static void camera_finalize( camera *cam )
    m4x4_copy( cam->mtx.pv, cam->mtx_prev.pv );
    m4x4_mul( cam->mtx.p, cam->mtx.v, cam->mtx.pv );
 }
-
-#endif /* CAMERA_H */
+#endif