Rename every instance of GLUT_H to FG_GLUT_H to prevent a freeglut naming clash
This commit is contained in:
parent
6f8aa7b331
commit
9c2cc7c309
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include GLUT_H
|
||||
#include FG_GLUT_H
|
||||
|
||||
|
||||
int main() {
|
||||
|
|
|
@ -18,7 +18,7 @@ Date: Fri, 24 Apr 1998 07:33:51 -0800
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include GLUT_H
|
||||
#include FG_GLUT_H
|
||||
|
||||
|
||||
void getPrints ( GLenum token, char *string )
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include GLUT_H
|
||||
#include FG_GLUT_H
|
||||
|
||||
#define TEXRES_X 256
|
||||
#define TEXRES_Y 256
|
||||
|
|
Loading…
Reference in a new issue