log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
vrfileman
view src/opengl.h @ 1:9e3d77dad51b
find changesets by author, revision, files, or words in the commit message
moving on...
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sat, 31 Jan 2015 20:01:35 +0200
parents
children
line source
1
#ifndef OPENGL_H_
2
#define OPENGL_H_
3
4
#include <GL/glew.h>
5
6
bool init_opengl();
7
8
#endif // OPENGL_H_