Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > f4a911c2c2264a42ec952c955681374e > files > 21

libgle-devel-3.1.0-4.fc13.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