goat3d

view src/camera.h @ 2:f358b482d286

added a couple of stuff in the chunk description
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 18 Aug 2013 23:49:22 +0300
parents
children cd71f0b92f44
line source
1 #ifndef CAMERA_H_
2 #define CAMERA_H_
4 class Camera {
5 // TODO
6 };
8 #endif // CAMERA_H_