vrfileman

view src/opengl.cc @ 1:9e3d77dad51b

moving on...
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 31 Jan 2015 20:01:35 +0200
parents
children
line source
1 #include "opengl.h"
3 bool init_opengl()
4 {
5 glewInit();
6 return true;
7 }