oculus1

view src/camera.h @ 4:bb81990dc7c8

getting sensor input
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 15 Sep 2013 04:47:12 +0300
parents
children 681046a82ed2
line source
1 #ifndef CAMERA_H_
2 #define CAMERA_H_
4 class Camera {
5 public:
6 };
8 #endif // CAMERA_H_