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
+16 -16
View File
@@ -1,33 +1,33 @@
#include "items.h"
#include "weapons.h"
#include "Items.h"
#include "Weapons.h"
#include "Interface Cursors.h"
#include "overhead.h"
#include "Overhead.h"
#include "Handle UI.h"
#include "Animation Control.h"
#include "points.h"
#include "Points.h"
#include "Sound Control.h"
#include "Sys globals.h"
#include "Sys Globals.h"
#include "Isometric Utils.h"
#include "Animation Data.h"
#include "worldman.h"
#include "ui cursors.h"
#include "los.h"
#include "UI Cursors.h"
#include "LOS.h"
#include "renderworld.h"
#include "interface.h"
#include "ui cursors.h"
#include "cursors.h"
#include "cursor control.h"
#include "structure wrap.h"
#include "Interface.h"
#include "UI Cursors.h"
#include "Cursors.h"
#include "Cursor Control.h"
#include "Structure Wrap.h"
#include "physics.h"
#include "soldier macros.h"
#include "text.h"
#include "spread burst.h"
#include "Soldier macros.h"
#include "Text.h"
#include "Spread burst.h"
#include "GameSettings.h"
#include "Interactive Tiles.h"
#include "PATHAI.H"
#include "SkillCheck.h" // added by SANDRO
#include "message.H" //ddd
#include "message.h" //ddd
#include "english.h" // added by Flugente
//forward declarations of common classes to eliminate includes