vrheights

diff src/opengl.cc @ 2:b49461618f61

starting point
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 25 Sep 2014 11:44:45 +0300
parents ccbd444939a1
children
line diff
     1.1 --- a/src/opengl.cc	Wed Sep 24 11:34:07 2014 +0300
     1.2 +++ b/src/opengl.cc	Thu Sep 25 11:44:45 2014 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4 -#include "opengl.h"
     1.5 -
     1.6 -bool init_opengl()
     1.7 -{
     1.8 -	glewInit();
     1.9 -	return true;
    1.10 -}
    1.11 \ No newline at end of file
    1.12 +#include "opengl.h"
    1.13 +
    1.14 +bool init_opengl()
    1.15 +{
    1.16 +	glewInit();
    1.17 +	return true;
    1.18 +}