coeng

view src/opengl.cc @ 10:305c8f6abef1

the plane doesn't need a PRS really
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 15 Feb 2015 05:25:04 +0200
parents
children
line source
1 #include "opengl.h"
3 bool init_opengl()
4 {
5 glewInit();
6 return true;
7 }