xref: /haiku/src/apps/glteapot/teapot.h (revision 1214ef1b2100f2b3299fc9d8d6142e46f70a4c3f)
1 /*
2 	Copyright 1999, Be Incorporated.   All Rights Reserved.
3 	This file may be used under the terms of the Be Sample Code License.
4 */
5 
6 #include <GL/gl.h>
7 
8 void auxSolidTeapot(GLdouble scale);
9 void auxWireTeapot(GLdouble scale);
10