initial commit
[demo_prior] / src / opengl.c
1 #include "opengl.h"
2
3 int init_opengl(void)
4 {
5         glewInit();
6         return 0;
7 }