log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
goat3d
view src/light.h @ 0:2918358f5e6d
find changesets by author, revision, files, or words in the commit message
initial commit
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sat, 17 Aug 2013 16:10:26 +0300
parents
children
cd71f0b92f44
line source
1
#ifndef LIGHT_H_
2
#define LIGHT_H_
3
4
class Light {
5
// TODO
6
};
7
8
#endif // LIGHT_H_