Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > d7ad93ae8eed4a21742ca3d2b33bc0d3 > files > 51

libgle3-devel-3.1.0-8mdv2009.0.i586.rpm


extern void DrawStuff (void);
extern void InitStuff (void);

/* most recent mouse position */
extern float lastx;
extern float lasty;

#ifndef NULL
#define NULL ((void *) 0x0)
#endif /* NULL */

/* Some <math.h> files do not define M_PI... */
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif