vrheights

view src/opengl.cc @ 0:ccbd444939a1

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 22 Sep 2014 18:36:24 +0300
parents
children b49461618f61
line source
1 #include "opengl.h"
3 bool init_opengl()
4 {
5 glewInit();
6 return true;
7 }