goat3d

view goatview/src/opengl.c @ 96:20b04b4edad4

[goat3d] removed C++11-ism from libgoat3d
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 19 May 2014 06:46:30 +0300
parents 7458b8568463
children
line source
1 #include <string.h>
2 #include "opengl.h"
4 int init_opengl(void)
5 {
6 glewInit();
7 return 0;
8 }