goat3d

view src/light.h @ 4:d96c11a7f809

added goatview todo
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 19 Aug 2013 01:11:33 +0300
parents
children cd71f0b92f44
line source
1 #ifndef LIGHT_H_
2 #define LIGHT_H_
4 class Light {
5 // TODO
6 };
8 #endif // LIGHT_H_