vrheights

annotate src/opengl.h @ 3:316ec8250af2

added the teapot code for testing
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 25 Sep 2014 17:13:23 +0300
parents ccbd444939a1
children 053a52f0cb64
rev   line source
nuclear@2 1 #ifndef OPENGL_H_
nuclear@2 2 #define OPENGL_H_
nuclear@2 3
nuclear@2 4 #include <GL/glew.h>
nuclear@2 5
nuclear@2 6 bool init_opengl();
nuclear@2 7
nuclear@2 8 #endif /* OPENGL_H_ */