Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 00c48d7f97353fc8bfd8253fb3ae04f1 > files > 84

libgle-devel-3.1.0-20.mga7.armv7hl.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