goat3d

view goatview/src/opengl.c @ 81:7458b8568463

forgot to add opengl.h/c
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 08 May 2014 23:05:29 +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 }