2 * Copyright 1994-1997 Mark Kilgard, All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * GPL licensing not permitted.
10 #ifndef __glutbitmap_h__
11 #define __glutbitmap_h__
22 const GLfloat advance
;
23 const GLubyte
*bitmap
;
24 } BitmapCharRec
, *BitmapCharPtr
;
30 const BitmapCharRec
* const *ch
;
31 } BitmapFontRec
, *BitmapFontPtr
;
33 typedef void *GLUTbitmapFont
;
36 #endif /* __glutbitmap_h__ */