vrheights

diff src/opengl.h @ 2:b49461618f61

starting point
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 25 Sep 2014 11:44:45 +0300
parents ccbd444939a1
children 053a52f0cb64
line diff
     1.1 --- a/src/opengl.h	Wed Sep 24 11:34:07 2014 +0300
     1.2 +++ b/src/opengl.h	Thu Sep 25 11:44:45 2014 +0300
     1.3 @@ -1,8 +1,8 @@
     1.4 -#ifndef OPENGL_H_
     1.5 -#define OPENGL_H_
     1.6 -
     1.7 -#include <GL/glew.h>
     1.8 -
     1.9 -bool init_opengl();
    1.10 -
    1.11 -#endif	/* OPENGL_H_ */
    1.12 \ No newline at end of file
    1.13 +#ifndef OPENGL_H_
    1.14 +#define OPENGL_H_
    1.15 +
    1.16 +#include <GL/glew.h>
    1.17 +
    1.18 +bool init_opengl();
    1.19 +
    1.20 +#endif	/* OPENGL_H_ */