2 * Copyright 1994-1997 Mark Kilgard, All rights reserved.
3 * Distributed under the terms of the MIT License.
8 #ifndef __glutbitmap_h__
9 #define __glutbitmap_h__
20 const GLfloat advance
;
21 const GLubyte
*bitmap
;
22 } BitmapCharRec
, *BitmapCharPtr
;
28 const BitmapCharRec
* const *ch
;
29 } BitmapFontRec
, *BitmapFontPtr
;
31 typedef void *GLUTbitmapFont
;
34 #endif /* __glutbitmap_h__ */