Removed the incorrect relative path for including freeglut.h

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@188 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
puggles 2003-09-13 13:38:04 +00:00
parent f5c85fcd2f
commit b6c81be983

View File

@ -19,7 +19,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "../include/GL/freeglut.h" #include <GL/freeglut.h>
int g_LeaveGameMode = 0; int g_LeaveGameMode = 0;
int g_InGameMode = 1; int g_InGameMode = 1;