oculus1

view src/camera.h @ 2:59fc487ba58e

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 14 Sep 2013 17:51:03 +0300
parents
children 681046a82ed2
line source
1 #ifndef CAMERA_H_
2 #define CAMERA_H_
4 class Camera {
5 public:
6 };
8 #endif // CAMERA_H_