Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 1e48cac3f7da335432ae81aa9f8e734d > files > 49

lib64gle-devel-3.1.0-16.mga4.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