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,32 +1,32 @@
#include "sgp.h"
#include "air raid.h"
#include "game event hook.h"
#include "game clock.h"
#include "Air Raid.h"
#include "Game Event Hook.h"
#include "Game Clock.h"
#include "strategicmap.h"
#include "PreBattle Interface.h"
#include "screenids.h"
#include "jascreens.h"
#include "random.h"
#include "overhead types.h"
#include "Overhead Types.h"
#include "Sound Control.h"
#include "timer control.h"
#include "dialogue control.h"
#include "overhead.h"
#include "Timer Control.h"
#include "Dialogue Control.h"
#include "Overhead.h"
#include "message.h"
#include "isometric utils.h"
#include "soldier macros.h"
#include "los.h"
#include "Isometric Utils.h"
#include "Soldier macros.h"
#include "LOS.h"
#include "math.h"
#include "explosion control.h"
#include "interface.h"
#include "music control.h"
#include "Explosion Control.h"
#include "Interface.h"
#include "Music Control.h"
#include "Campaign Types.h"
#include "GameSettings.h"
#include "text.h"
#include "Text.h"
#include "Morale.h"
#include "Map screen helicopter.h"
#include "structure wrap.h"
#include "meanwhile.h"
#include "Map Screen Helicopter.h"
#include "Structure Wrap.h"
#include "Meanwhile.h"
#include "GameInitOptionsScreen.h"