mirror of
https://github.com/libretro/libretro-wolfenstein3d.git
synced 2024-11-27 02:30:31 +00:00
Take out pragma hdrstop
This commit is contained in:
parent
157e152ccc
commit
25d1e878eb
1
id_ca.c
1
id_ca.c
@ -23,7 +23,6 @@ loaded into the data segment
|
||||
#endif
|
||||
|
||||
#include "wl_def.h"
|
||||
#pragma hdrstop
|
||||
|
||||
#define THREEBYTEGRSTARTS
|
||||
|
||||
|
2
id_sd.c
2
id_sd.c
@ -37,8 +37,6 @@
|
||||
#endif
|
||||
#include "fmopl.h"
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#define ORIGSAMPLERATE 7042
|
||||
|
||||
typedef struct
|
||||
|
@ -22,8 +22,6 @@
|
||||
|
||||
#include "wl_def.h"
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
#if _MSC_VER == 1200 // Visual C++ 6
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
1
id_vl.c
1
id_vl.c
@ -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
|
||||
|
@ -1,7 +1,6 @@
|
||||
// WL_ACT1.C
|
||||
|
||||
#include "wl_def.h"
|
||||
#pragma hdrstop
|
||||
|
||||
/*
|
||||
=============================================================================
|
||||
|
@ -3,7 +3,6 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "wl_def.h"
|
||||
#pragma hdrstop
|
||||
|
||||
/*
|
||||
=============================================================================
|
||||
|
@ -1,7 +1,6 @@
|
||||
// WL_AGENT.C
|
||||
|
||||
#include "wl_def.h"
|
||||
#pragma hdrstop
|
||||
|
||||
/*
|
||||
=============================================================================
|
||||
|
@ -7,7 +7,6 @@
|
||||
#endif
|
||||
|
||||
#include "wl_def.h"
|
||||
#pragma hdrstop
|
||||
|
||||
|
||||
|
||||
|
@ -11,9 +11,6 @@
|
||||
#include <SDL/SDL_mixer.h>
|
||||
#endif
|
||||
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
/*
|
||||
=============================================================================
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
// WL_INTER.C
|
||||
|
||||
#include "wl_def.h"
|
||||
#pragma hdrstop
|
||||
|
||||
LRstruct LevelRatios[LRpack];
|
||||
int32_t lastBreathTime = 0;
|
||||
|
@ -7,10 +7,6 @@
|
||||
#endif
|
||||
|
||||
#include "wl_def.h"
|
||||
#pragma hdrstop
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
=============================================================================
|
||||
|
@ -15,7 +15,6 @@
|
||||
#endif
|
||||
|
||||
#include "wl_def.h"
|
||||
#pragma hdrstop
|
||||
|
||||
extern int lastgamemusicoffset;
|
||||
extern int numEpisodesMissing;
|
||||
|
@ -1,8 +1,6 @@
|
||||
// WL_PLAY.C
|
||||
|
||||
#include "wl_def.h"
|
||||
#pragma hdrstop
|
||||
|
||||
|
||||
/*
|
||||
=============================================================================
|
||||
|
@ -1,7 +1,6 @@
|
||||
// WL_STATE.C
|
||||
|
||||
#include "wl_def.h"
|
||||
#pragma hdrstop
|
||||
|
||||
/*
|
||||
=============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user