oculus1

view src/camera.h @ 3:b069a5c27388

added a couple more stuff, fixed all the LibOVR line endings
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 15 Sep 2013 04:10:05 +0300
parents
children 681046a82ed2
line source
1 #ifndef CAMERA_H_
2 #define CAMERA_H_
4 class Camera {
5 public:
6 };
8 #endif // CAMERA_H_