9 lines
197 B
C
9 lines
197 B
C
#include <GL/gl.h>
|
|
#include <GL/glx.h>
|
|
|
|
extern double scale;
|
|
extern double width;
|
|
extern int sphere;
|
|
extern int torscene;
|
|
extern double corrstart, pushstart, twiststart, untwiststart, uncorrstart;
|