diff options
author | Kyle K <kylek389@gmail.com> | 2010-10-13 02:34:58 -0500 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2010-10-13 02:34:58 -0500 |
commit | 12d3ce2f336f634d6e49dcb014411aca1444b082 (patch) | |
tree | b876cf2b4b0d26d3985d458d19337a0d937f494e /sdl/gltools.c | |
parent | 0ea7ef8bba36e2f9a1e06e077f94aadc55616ac2 (diff) | |
download | GLPyramid-12d3ce2f336f634d6e49dcb014411aca1444b082.tar.gz GLPyramid-12d3ce2f336f634d6e49dcb014411aca1444b082.tar.bz2 GLPyramid-12d3ce2f336f634d6e49dcb014411aca1444b082.zip |
Initial camera
Diffstat (limited to 'sdl/gltools.c')
-rw-r--r-- | sdl/gltools.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sdl/gltools.c b/sdl/gltools.c index 15e07ef..350f3db 100644 --- a/sdl/gltools.c +++ b/sdl/gltools.c @@ -1,3 +1,9 @@ +/* gltools.c + * + * OpenGL Tools + * + */ + #include "math3d.h" #include "gltools.h" |