commit clean up

This commit is contained in:
Jip 2024-05-06 16:46:18 +02:00
parent 51a2a68f05
commit deaf3327e0
4 changed files with 29 additions and 20 deletions

View file

@ -17,15 +17,14 @@
*/
#ifdef _WIN32
#include <windows.h>
#include <windows.h>
#else
#define APIENTRY
#define APIENTRY
#endif
#include <GL/gl.h>
#include <GL/glu.h>
#include <stdint.h>
//#include <GL/glext.h>
typedef struct {
const char *__restrict Title;