c3camera: matrix contains the eye position
[simavr] / examples / shared / libc3 / src / c3camera.h
index 9342e58..5f47af7 100644 (file)
@@ -4,20 +4,20 @@
  Copyright 2008-2012 Michel Pollet <buserror@gmail.com>
  Copyright (c) 1998 Paul Rademacher
 
- This file is part of simavr.
+ This file is part of libc3.
 
simavr is free software: you can redistribute it and/or modify
libc3 is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.
 
simavr is distributed in the hope that it will be useful,
libc3 is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
 
  You should have received a copy of the GNU General Public License
- along with simavr.  If not, see <http://www.gnu.org/licenses/>.
+ along with libc3.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __C3VIEW_H___
@@ -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___ */