vrheights

view src/opengl.cc @ 8:3f221bdc9bab

mesh loading walk polys
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 03 Oct 2014 04:16:16 +0300
parents ccbd444939a1
children
line source
1 #include "opengl.h"
3 bool init_opengl()
4 {
5 glewInit();
6 return true;
7 }