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:
BeatAroundTheBuscher
2025-08-16 22:01:12 -03:00
committed by GitHub
parent e9b12908f7
commit ed00830202
588 changed files with 2576 additions and 2576 deletions
+5 -5
View File
@@ -6,8 +6,8 @@
#include "Soldier Control.h"
#include "Overhead.h"
#include "Squads.h"
#include "Soundman.h"
#include "Message.h"
#include "soundman.h"
#include "message.h"
#include "PopUpBox.h"
#include "Handle Items.h"
#include "Interface Items.h"
@@ -16,14 +16,14 @@
#include "Game Event Hook.h"
#include "Tactical Save.h"
#include "Quests.h"
#include "Strategicmap.h"
#include "strategicmap.h"
#include "Soldier Profile.h"
#include "Strategic Movement.h"
#include "Dialogue Control.h"
#include "Map Screen Interface Border.h"
#include "Map Screen Interface Bottom.h"
#include "Vehicles.h"
#include "LINE.H"
#include "line.h"
#include "Text.h"
#include "gameloop.h"
#include "Map Screen Helicopter.h"
@@ -36,7 +36,7 @@
#include "Keys.h"
#include "Soldier macros.h"
#include "Militia Control.h"
#include "Random.h"
#include "random.h"
#include "Cursor Control.h"
#include "renderworld.h"
#include "Strategic Mines.h"