vrheights

diff src/opengl.cc @ 0:ccbd444939a1

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 22 Sep 2014 18:36:24 +0300
parents
children b49461618f61
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/opengl.cc	Mon Sep 22 18:36:24 2014 +0300
     1.3 @@ -0,0 +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