#ifdef __GNUC__
#ifdef _FORTIFY_SOURCE
#undef _FORTIFY_SOURCE
#endif
#define gamma __gamma
#endif
#include <math.h>
#ifdef __GNUC__
#undef gamma
#endif
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <ctype.h>
#include <time.h>
#include <limits.h>
#ifdef __GNUC__
#include <new>
#include <signal.h>
#else
#include <new.h>
#endif
#include <zlib.h>
#include <enet/enet.h>
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN
#include "windows.h"
#ifndef _WINDOWS
#define _WINDOWS
#endif
#include <tlhelp32.h>
#ifndef __GNUC__
#include <Dbghelp.h>
#endif
#define ZLIB_DLL
#endif
#ifndef STANDALONE
#include <SDL.h>
#include <SDL_image.h>
//#include <SDL_ttf.h>
#include <utf8.h>
#define GL_GLEXT_LEGACY
#define __glext_h__
#define NO_SDL_GLEXT
#include <SDL_opengl.h>
#undef __glext_h__
#include "GL/glext.h"
#ifdef __APPLE__
#include "INTL/libintl.h"
#include "OpenAL/al.h"
#include "OpenAL/alc.h"
#include "Vorbis/vorbisfile.h"
#else
#include <libintl.h>
#include "AL/al.h"
#include "AL/alc.h"
#include "vorbis/vorbisfile.h"
#endif
#include <setjmp.h>
#endif
#ifndef CURL_STATICLIB
#define CURL_STATICLIB
#endif
#ifndef STANDALONE
#include "curl/curl.h"
#endif
Skip to content
153
pages