Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 5f0ffc45187dde2fad1cd40b84024c63 > files > 28

lib64gle3-devel-3.1.0-6mdv2008.1.x86_64.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