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
+17 -17
View File
@@ -1,43 +1,43 @@
#include "types.h"
//#include "soldier control.h"
#include "overhead.h"
#include "animation control.h"
//#include "Soldier Control.h"
#include "Overhead.h"
#include "Animation Control.h"
#include "timer.h"
#include "event pump.h"
#include "Event Pump.h"
// #include "Sound Control.h"
#include "interface.h"
#include "Font Control.H"
#include "Interface.h"
#include "Font Control.h"
#include "ai.h"
#include "interface.h"
#include "Interface.h"
#include "message.h"
#include "text.h"
#include "Text.h"
#include "TeamTurns.h"
#include "Smell.h"
#include "Soldier Functions.h"
#include "cursors.h"
#include "Cursors.h"
#include "Queen Command.h"
#include "lighting.h"
#include "environment.h"
#include "dialogue control.h"
#include "Soldier Profile Type.h"
#include "air raid.h"
#include "Dialogue Control.h"
#include "soldier profile type.h"
#include "Air Raid.h"
#include "SkillCheck.h"
#include "AIInternals.h"
#include "AIList.h"
#ifdef DEBUG_INTERRUPTS
#include "debug.h"
#include "DEBUG.H"
#endif
#include "render dirty.h"
#include "Render Dirty.h"
#include "GameSettings.h"
#include "screenids.h"
#include "vsurface.h"
#include "math.h"
#include "merctextbox.h"
#include "Video.h"
#include "MercTextBox.h"
#include "video.h"
#include "local.h"
#include "line.h"
#include "overhead map.h"
#include "interface dialogue.h"
#include "interface Dialogue.h"
#include "Rain.h"