Take out pragma hdrstop

This commit is contained in:
twinaphex 2015-03-25 12:13:03 +01:00
parent 157e152ccc
commit 25d1e878eb
16 changed files with 0 additions and 24 deletions

View File

@ -23,7 +23,6 @@ loaded into the data segment
#endif
#include "wl_def.h"
#pragma hdrstop
#define THREEBYTEGRSTARTS

View File

@ -37,8 +37,6 @@
#endif
#include "fmopl.h"
#pragma hdrstop
#define ORIGSAMPLERATE 7042
typedef struct

View File

@ -22,8 +22,6 @@
#include "wl_def.h"
#pragma hdrstop
#if _MSC_VER == 1200 // Visual C++ 6
#define vsnprintf _vsnprintf
#endif

View File

@ -2,7 +2,6 @@
#include <string.h>
#include "wl_def.h"
#pragma hdrstop
// Uncomment the following line, if you get destination out of bounds
// assertion errors and want to ignore them during debugging

View File

@ -1,7 +1,6 @@
// WL_ACT1.C
#include "wl_def.h"
#pragma hdrstop
/*
=============================================================================

View File

@ -3,7 +3,6 @@
#include <stdio.h>
#include <math.h>
#include "wl_def.h"
#pragma hdrstop
/*
=============================================================================

View File

@ -1,7 +1,6 @@
// WL_AGENT.C
#include "wl_def.h"
#pragma hdrstop
/*
=============================================================================

View File

@ -7,7 +7,6 @@
#endif
#include "wl_def.h"
#pragma hdrstop

View File

@ -1,7 +1,6 @@
// WL_DRAW.C
#include "wl_def.h"
#pragma hdrstop
/*

View File

@ -11,9 +11,6 @@
#include <SDL/SDL_mixer.h>
#endif
#pragma hdrstop
/*
=============================================================================

View File

@ -1,7 +1,6 @@
// WL_INTER.C
#include "wl_def.h"
#pragma hdrstop
LRstruct LevelRatios[LRpack];
int32_t lastBreathTime = 0;

View File

@ -7,10 +7,6 @@
#endif
#include "wl_def.h"
#pragma hdrstop
/*
=============================================================================

View File

@ -15,7 +15,6 @@
#endif
#include "wl_def.h"
#pragma hdrstop
extern int lastgamemusicoffset;
extern int numEpisodesMissing;

View File

@ -1,8 +1,6 @@
// WL_PLAY.C
#include "wl_def.h"
#pragma hdrstop
/*
=============================================================================

View File

@ -1,7 +1,6 @@
// WL_STATE.C
#include "wl_def.h"
#pragma hdrstop
/*
=============================================================================

View File

@ -1,7 +1,6 @@
// WL_TEXT.C
#include "wl_def.h"
#pragma hdrstop
/*
=============================================================================