removed reference to Glut and OpenGL

This commit is contained in:
Phuntsok Drak-pa
2018-11-12 14:25:06 +01:00
parent 8722f52a98
commit 90d4b0cfc3
3 changed files with 16 additions and 16 deletions

View File

@@ -11,7 +11,7 @@
#define UTILITIES_H
#include "darray.h"
#include <GL/gl.h>
/* #include <GL/gl.h> */
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>