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 __glutstroke_h__
11 #define __glutstroke_h__
15 #pragma warning (disable:4244) /* disable bogus conversion warnings */
16 #pragma warning (disable:4305) /* VC++ 5.0 version of above warning. */
22 } CoordRec
, *CoordPtr
;
26 const CoordRec
*coord
;
27 } StrokeRec
, *StrokePtr
;
31 const StrokeRec
*stroke
;
34 } StrokeCharRec
, *StrokeCharPtr
;
39 const StrokeCharRec
*ch
;
42 } StrokeFontRec
, *StrokeFontPtr
;
44 typedef void *GLUTstrokeFont
;
46 #endif /* __glutstroke_h__ */