Added reading date from the GEDCOM file and storing it in individual.
[familia.git] / src / math / camera.c
index 3ab2cfca3cc3d4ef40314935047e8b6e79e633c3..7007524eebf758c2b3c216ae73f86673251cc103 100644 (file)
@@ -1,6 +1,15 @@
-
 #include <GL/gl.h>
 
+#include "../storage/storage.h"
+
 GLdouble camera_pos_x = 0;
 GLdouble camera_pos_y = 0;
-GLdouble camera_pos_z = 0;
\ No newline at end of file
+GLdouble camera_pos_z = 0;
+
+/**
+ * 
+ */
+struct position * camera_position_reset()
+{
+       /**/
+}
\ No newline at end of file