log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
vrheights
view src/opengl.cc @ 16:7f6d68d95c22
find changesets by author, revision, files, or words in the commit message
updated to new version of goatvr
author
John Tsiombikas <nuclear@member.fsf.org>
date
Fri, 30 Oct 2015 06:34:31 +0200
parents
ccbd444939a1
children
line source
1
#include "opengl.h"
2
3
bool init_opengl()
4
{
5
glewInit();
6
return true;
7
}