starting a new 3d engine
[nexus3d] / src / gl / opengl.c
1 #include "opengl.h"
2
3 int init_gl(void)
4 {
5         return 0;
6 }