goat3d

view goatview/src/opengl.c @ 89:c1871707c678

fixed the windows build
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 16 May 2014 05:23:10 +0300
parents
children 07c0ec4a410d
line source
1 #include <string.h>
2 #include "opengl.h"
4 int init_opengl(void)
5 {
6 glewInit();
7 return 0;
8 }