a76904c314
definition.
20 lines
267 B
C
20 lines
267 B
C
#ifdef HAVE_CONFIG_H
|
|
# include <config.h>
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#ifdef WIN32
|
|
#include <windows.h>
|
|
#else
|
|
#include <unistd.h>
|
|
#endif
|
|
#include <math.h>
|
|
|
|
#ifndef PU_NOT_USING_GLUT
|
|
#include <GL/glut.h>
|
|
#endif
|
|
#include "pu.h"
|
|
|