goat3d

diff 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 diff
     1.1 --- a/goatview/src/opengl.c	Sun May 18 01:19:10 2014 +0300
     1.2 +++ b/goatview/src/opengl.c	Sun May 18 06:20:20 2014 +0300
     1.3 @@ -1,8 +1,8 @@
     1.4 -#include <string.h>
     1.5 -#include "opengl.h"
     1.6 -
     1.7 -int init_opengl(void)
     1.8 -{
     1.9 -	glewInit();
    1.10 -	return 0;
    1.11 -}
    1.12 +#include <string.h>
    1.13 +#include "opengl.h"
    1.14 +
    1.15 +int init_opengl(void)
    1.16 +{
    1.17 +	glewInit();
    1.18 +	return 0;
    1.19 +}