user should include freeglut.h, not freeglut_ext.h
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1593 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
1bdc52ff5d
commit
ad30a17ccd
@ -2546,7 +2546,7 @@ Programs which use the <i>freeglut</i>-specific extensions to GLUT should includ
|
||||
|
||||
<pre>
|
||||
#ifdef FREEGLUT
|
||||
#include <GL/freeglut_ext.h>
|
||||
#include <GL/freeglut.h>
|
||||
#else
|
||||
#include <GL/glut.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user