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:
parent
f5c85fcd2f
commit
b6c81be983
@ -19,7 +19,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../include/GL/freeglut.h"
|
||||
#include <GL/freeglut.h>
|
||||
|
||||
int g_LeaveGameMode = 0;
|
||||
int g_InGameMode = 1;
|
||||
|
Reference in New Issue
Block a user