1998-07-03 11:54:50 +00:00
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
# include <config.h>
|
|
|
|
#endif
|
1998-06-12 01:04:52 +00:00
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
#ifdef WIN32
|
|
|
|
#include <windows.h>
|
|
|
|
#else
|
|
|
|
#include <unistd.h>
|
|
|
|
#endif
|
|
|
|
#include <math.h>
|
1998-06-17 21:32:42 +00:00
|
|
|
|
|
|
|
#ifndef PU_NOT_USING_GLUT
|
1998-06-12 01:04:52 +00:00
|
|
|
#include <GL/glut.h>
|
1998-06-17 21:32:42 +00:00
|
|
|
#endif
|
1998-06-12 01:04:52 +00:00
|
|
|
#include "pu.h"
|
|
|
|
|