cubemapper

view src/opengl.cc @ 0:8fc9e1d3aad2

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 27 Jul 2017 20:36:12 +0300
parents
children 2bfafdced01a
line source
1 #include <string.h>
2 #include "opengl.h"
4 bool init_opengl()
5 {
6 glewInit();
7 return true;
8 }