1
0
Fork 0

Rename every instance of GLUT_H to FG_GLUT_H to prevent a freeglut naming clash

This commit is contained in:
ehofman 2003-08-22 08:03:10 +00:00
parent 6f8aa7b331
commit 9c2cc7c309
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
#include <stdio.h>
#include GLUT_H
#include FG_GLUT_H
int main() {

View file

@ -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 )

View file

@ -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