goat3d

view goatview/src/opengl.c @ 88:7941e89798e5

selections
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 15 May 2014 06:52:01 +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 }