coeng

view src/opengl.h @ 9:49fdb15f1100

added makefile rule to download and unpack the obj file
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 15 Feb 2015 05:23:09 +0200
parents
children
line source
1 #ifndef OPENGL_H_
2 #define OPENGL_H_
4 #include <GL/glew.h>
6 bool init_opengl();
8 #endif // OPENGL_H_