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:
+13
-13
@@ -1,30 +1,30 @@
|
||||
#include "email.h"
|
||||
#include "laptop.h"
|
||||
#include "AimMembers.h"
|
||||
#include "Aim.h"
|
||||
#include "aim.h"
|
||||
#include "Utilities.h"
|
||||
#include "WCheck.h"
|
||||
#include "Debug.h"
|
||||
#include "DEBUG.H"
|
||||
#include "stdio.h"
|
||||
#include "sysutil.h"
|
||||
#include "Soldier Profile.h"
|
||||
#include "Soldier Control.h"
|
||||
#include "InterFace Items.h"
|
||||
#include "overhead.h"
|
||||
#include "Interface Items.h"
|
||||
#include "Overhead.h"
|
||||
#include "WordWrap.h"
|
||||
#include "finances.h"
|
||||
#include "vsurface.h"
|
||||
#include "VObject.h"
|
||||
#include "vobject.h"
|
||||
#include "Game Clock.h"
|
||||
#include "overhead.h"
|
||||
#include "Faces.h"
|
||||
#include "dialogue control.h"
|
||||
#include "text.h"
|
||||
#include "History.h"
|
||||
#include "Overhead.h"
|
||||
#include "faces.h"
|
||||
#include "Dialogue Control.h"
|
||||
#include "Text.h"
|
||||
#include "history.h"
|
||||
#include "Game Event Hook.h"
|
||||
#include "MercTextBox.h"
|
||||
#include "Render Dirty.h"
|
||||
#include "weapons.h"
|
||||
#include "Weapons.h"
|
||||
#include "Soldier Add.h"
|
||||
#include "Merc Hiring.h"
|
||||
#include "strategic.h"
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "LaptopSave.h"
|
||||
#include "english.h"
|
||||
#include "GameSettings.h"
|
||||
#include "Random.h"
|
||||
#include "random.h"
|
||||
#include "Strategic Status.h"
|
||||
#include "Merc Contract.h"
|
||||
#include "Strategic Merc Handler.h"
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "Sound Control.h"
|
||||
#include "Quests.h"
|
||||
#include "strategicmap.h"
|
||||
#include "Personnel.h"
|
||||
#include "personnel.h"
|
||||
#include "Encyclopedia_new.h" //update encyclopedia item visibility when viewing that item
|
||||
|
||||
#include "Strategic Town Loyalty.h"
|
||||
|
||||
Reference in New Issue
Block a user