move glut.h include
This commit is contained in:
+2
-1
@@ -5,7 +5,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <GL/glut.h>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
@@ -15,6 +14,8 @@
|
||||
#include <GL/glext.h>
|
||||
#endif
|
||||
|
||||
#include <GL/glut.h>
|
||||
|
||||
#ifdef WIN32
|
||||
static PFNGLBINDPROGRAMARBPROC glBindProgramARB = NULL;
|
||||
static PFNGLGENPROGRAMSARBPROC glGenProgramsARB = NULL;
|
||||
|
||||
Reference in New Issue
Block a user