2 * Copyright 1994-1997 Mark Kilgard, All rights reserved.
3 * Distributed under the terms of the MIT License.
8 #ifndef __glutstroke_h__
9 #define __glutstroke_h__
13 #pragma warning (disable:4244) /* disable bogus conversion warnings */
14 #pragma warning (disable:4305) /* VC++ 5.0 version of above warning. */
20 } CoordRec
, *CoordPtr
;
24 const CoordRec
*coord
;
25 } StrokeRec
, *StrokePtr
;
29 const StrokeRec
*stroke
;
32 } StrokeCharRec
, *StrokeCharPtr
;
37 const StrokeCharRec
*ch
;
40 } StrokeFontRec
, *StrokeFontPtr
;
42 typedef void *GLUTstrokeFont
;
44 #endif /* __glutstroke_h__ */