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
+9 -9
View File
@@ -1,17 +1,17 @@
#include "items.h"
#include "Items.h"
#include "handle Items.h"
#include "overhead.h"
#include "weapons.h"
#include "Overhead.h"
#include "Weapons.h"
#include "tiledef.h"
#include "worlddef.h"
#include "interface.h"
#include "Interface.h"
#include "renderworld.h"
#include "Animation Control.h"
#include "font control.h"
#include "Font Control.h"
#include "World items.h"
#include "debug.h"
#include "Isometric utils.h"
#include "sys globals.h"
#include "DEBUG.H"
#include "Isometric Utils.h"
#include "Sys Globals.h"
#include "Tactical Save.h"
#include "strategicmap.h"
#include "Campaign Types.h"
@@ -22,7 +22,7 @@
#include "Quests.h"
#include "Soldier Profile.h"
#include "message.h"
#include "map screen interface map inventory.h" // added by Flugente
#include "Map Screen Interface Map Inventory.h" // added by Flugente
#include "connect.h"
#ifdef JA2EDITOR//dnl ch84 290114
#include "Item Statistics.h"