log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
goat3d
view goatview/src/opengl.c @ 84:022b13ed975b
find changesets by author, revision, files, or words in the commit message
minor gui fix
author
John Tsiombikas <nuclear@member.fsf.org>
date
Mon, 12 May 2014 07:37:30 +0300
parents
children
07c0ec4a410d
line source
1
#include <string.h>
2
#include "opengl.h"
3
4
int init_opengl(void)
5
{
6
glewInit();
7
return 0;
8
}