Linux: start getting somewhere with the whole OpenGL shito

This commit is contained in:
StapleButter
2019-05-28 19:48:59 +02:00
parent 23eccc9439
commit 891ab9fd3c
9 changed files with 490 additions and 50 deletions

View File

@ -20,6 +20,7 @@
#define OPENGLSUPPORT_H
#include <stdio.h>
#include <string.h>
#include <GL/gl.h>
#include <GL/glext.h>