mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Fixes Upper/Lower Casing for include paths (#487)
* Fixing upper/lower case for includes types.h, zconf.h and zlib.h were renamed so that global includes like Types.h are not used.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "Types.h"
|
||||
#include "Windows.h"
|
||||
#include "types.h"
|
||||
#include "windows.h"
|
||||
//#include "Soldier Control.h"
|
||||
#include "Input.h"
|
||||
#include "input.h"
|
||||
#include "english.h"
|
||||
#include "Isometric Utils.h"
|
||||
#include "GameSettings.h"
|
||||
@@ -10,14 +10,14 @@
|
||||
#include "Text.h"
|
||||
#include "lighting.h"
|
||||
#include "Interface.h"
|
||||
#include "weapons.h"
|
||||
#include "Weapons.h"
|
||||
#include "renderworld.h"
|
||||
#include "Font Control.h"
|
||||
#include "font.h"
|
||||
#include "Font.h"
|
||||
#include "local.h"
|
||||
#include "vsurface.h"
|
||||
#include "line.h"
|
||||
#include "los.h"
|
||||
#include "LOS.h"
|
||||
// added by SANDRO
|
||||
#include "SkillCheck.h"
|
||||
#include "soldier profile type.h"
|
||||
@@ -28,8 +28,8 @@
|
||||
#include "AIInternals.h"
|
||||
#include "opplist.h"
|
||||
#include "Map Screen Interface.h"
|
||||
#include "cheats.h"
|
||||
#include "Drugs and Alcohol.h"
|
||||
#include "Cheats.h"
|
||||
#include "Drugs And Alcohol.h"
|
||||
|
||||
//forward declarations of common classes to eliminate includes
|
||||
class OBJECTTYPE;
|
||||
|
||||
Reference in New Issue
Block a user