* include/Gl/glu (GLU_ERROR): Define.
Thanks to Philip Lamb <phil at rave dot co dot nz>
This commit is contained in:
parent
19bb757951
commit
ed0069cc25
|
@ -1,3 +1,8 @@
|
||||||
|
2004-02-19 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/Gl/glu (GLU_ERROR): Define.
|
||||||
|
Thanks to Philip Lamb <phil at rave dot co dot nz>
|
||||||
|
|
||||||
2004-02-19 Danny Smith <dannysmith@users.sourceforge.net>
|
2004-02-19 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/Gl/glu.h: Include <stddef.h>.
|
* include/Gl/glu.h: Include <stddef.h>.
|
||||||
|
|
|
@ -121,7 +121,7 @@ extern "C" {
|
||||||
#define GLU_SILHOUETTE 100013
|
#define GLU_SILHOUETTE 100013
|
||||||
|
|
||||||
/* QuadricCallback */
|
/* QuadricCallback */
|
||||||
/* GLU_ERROR */
|
#define GLU_ERROR 100103
|
||||||
|
|
||||||
/* QuadricNormal */
|
/* QuadricNormal */
|
||||||
#define GLU_SMOOTH 100000
|
#define GLU_SMOOTH 100000
|
||||||
|
|
Loading…
Reference in New Issue