log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
goat3d
view goatview/src/opengl.c @ 99:d7ab4f13f5af
find changesets by author, revision, files, or words in the commit message
Merge
author
John Tsiombikas <nuclear@member.fsf.org>
date
Wed, 21 May 2014 05:01:34 +0300
parents
7458b8568463
children
line source
1
#include <string.h>
2
#include "opengl.h"
3
4
int init_opengl(void)
5
{
6
glewInit();
7
return 0;
8
}