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
+26 -26
View File
@@ -8,54 +8,54 @@
#include "himage.h"
#include "vobject.h"
#include "sysutil.h"
#include "overhead.h"
#include "Overhead.h"
#include "mousesystem.h"
#include "Button System.h"
#include "interface.h"
#include "Interface.h"
#include "vsurface.h"
#include "wcheck.h"
#include "WCheck.h"
#include "input.h"
#include "Handle UI.h"
#include "renderworld.h"
#include "sys globals.h"
#include "cursors.h"
#include "radar screen.h"
#include "Sys Globals.h"
#include "Cursors.h"
#include "Radar Screen.h"
#include "Font Control.h"
#include "render dirty.h"
#include "utilities.h"
#include "Render Dirty.h"
#include "Utilities.h"
#include "Interface Panels.h"
#include "Animation Control.h"
#include "Soldier Control.h"
#include "pathai.h"
#include "weapons.h"
#include "PATHAI.H"
#include "Weapons.h"
#include "lighting.h"
#include "faces.h"
#include "mapscreen.h"
#include "message.h"
#include "text.h"
#include "Text.h"
#include "Interface Items.h"
#include "Font Control.h"
#include "Cursor Control.h"
#include "interface cursors.h"
#include "interface utils.h"
#include "interface items.h"
#include "wordwrap.h"
#include "interface control.h"
#include "Interface Cursors.h"
#include "Interface Utils.h"
#include "Interface Items.h"
#include "WordWrap.h"
#include "Interface Control.h"
#include "vobject_blitters.h"
#include "world items.h"
#include "points.h"
#include "Points.h"
#include "physics.h"
#include "finances.h"
#include "ui cursors.h"
#include "handle ui.h"
#include "UI Cursors.h"
#include "Handle UI.h"
#include "ShopKeeper Interface.h"
#include "dialogue control.h"
#include "Dialogue Control.h"
#include "english.h"
#include "keys.h"
#include "Strategicmap.h"
#include "soldier macros.h"
#include "game clock.h"
#include "squads.h"
#include "Keys.h"
#include "strategicmap.h"
#include "Soldier macros.h"
#include "Game Clock.h"
#include "Squads.h"
#include "MessageBoxScreen.h"
#include "GameSettings.h"
#include "Map Screen Interface Map Inventory.h"
@@ -63,7 +63,7 @@
#include "Map Screen Interface.h"
#include "Campaign Types.h"
#include "opplist.h"
#include "los.h"
#include "LOS.h"
#include "Map Screen Interface Map.h"
#include "Interface Enhanced.h"
#include "InterfaceItemImages.h"