mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Original Source for 1.13 Mod High Resolution version from 12/06/05
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@21 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
#ifndef __SGP_
|
||||
#define __SGP_
|
||||
|
||||
#include "local.h"
|
||||
#include "types.h"
|
||||
#include "timer.h"
|
||||
#include "debug.h"
|
||||
|
||||
#if defined( JA2 ) || defined( UTIL )
|
||||
#include "video.h"
|
||||
#else
|
||||
#include "video2.h"
|
||||
#endif
|
||||
|
||||
#ifndef JA2
|
||||
#include "input.h"
|
||||
#include "memman.h"
|
||||
#include "fileman.h"
|
||||
#include "dbman.h"
|
||||
#include "soundman.h"
|
||||
#include "pcx.h"
|
||||
#include "line.h"
|
||||
#include "gameloop.h"
|
||||
#include "font.h"
|
||||
#include "english.h"
|
||||
#include "Mutex Manager.h"
|
||||
#include "vobject.h"
|
||||
#include "Random.h"
|
||||
#include "shading.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern BOOLEAN gfProgramIsRunning; // Turn this to FALSE to exit program
|
||||
extern UINT32 giStartMem;
|
||||
extern CHAR8 gzCommandLine[100]; // Command line given
|
||||
extern UINT8 gbPixelDepth; // GLOBAL RUN-TIME SETTINGS
|
||||
extern BOOLEAN gfDontUseDDBlits; // GLOBAL FOR USE OF DD BLITTING
|
||||
|
||||
#if !defined(JA2) && !defined(UTILS)
|
||||
extern BOOLEAN gfLoadAtStartup;
|
||||
extern CHAR8 *gzStringDataOverride;
|
||||
extern BOOLEAN gfUsingBoundsChecker;
|
||||
extern BOOLEAN gfCapturingVideo;
|
||||
|
||||
#endif
|
||||
|
||||
// function prototypes
|
||||
void SGPExit(void);
|
||||
void ShutdownWithErrorBox(CHAR8 *pcMessage);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user