Added initial support for native SGI compilers.

This commit is contained in:
curt
1999-02-26 22:08:34 +00:00
committed by Tim Moore
parent d59a6218ab
commit 510b9ef07a

View File

@@ -23,19 +23,19 @@
* (Log is kept at end of this file)
**************************************************************************/
#include <FDM/flight.hxx>
#include <string.h>
#include "moon.hxx"
#include <Debug/logstream.hxx>
#include <Objects/texload.h>
#include <FDM/flight.hxx>
#ifdef __BORLANDC__
# define exception c_exception
#endif
#include <math.h>
#include "moon.hxx"
static GLuint moon_texid;
static GLubyte *moon_texbuf;