log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
vrfileman
view src/opengl.cc @ 0:dca518e371cf
find changesets by author, revision, files, or words in the commit message
initial commit
author
John Tsiombikas <nuclear@member.fsf.org>
date
Fri, 30 Jan 2015 12:25:16 +0200
parents
children
line source
1
#include "opengl.h"
2
3
bool init_opengl()
4
{
5
glewInit();
6
return true;
7
}