goat3d

view goatview/src/opengl.c @ 93:07c0ec4a410d

[goatview] line endings fix and missing post_redisplay in load_scene
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 18 May 2014 06:20:20 +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 }