c3camera: matrix contains the eye position
[simavr] / examples / shared / libc3 / src / c3camera.h
index 1a719db..5f47af7 100644 (file)
@@ -220,7 +220,7 @@ c3cam_reset(
 
 /******************************* c3cam_t() ************/
 /* Constructor                                          */
-c3cam_t
+c3cam_p
 c3cam_new();
 
 void
@@ -232,9 +232,4 @@ c3cam_init(
 void c3cam_update(
                c3cam_p c);
 
-/******************************* dump() *******************/
-/* Prints the contents of this class to a file, typically */
-/* stdin or stderr                                        */
-//void c3cam_dump(FILE *output);
-
 #endif /* __C3VIEW_H___ */