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
+10 -10
View File
@@ -1,20 +1,20 @@
#include "builddefines.h"
#include "physics.h"
#include "wcheck.h"
#include "isometric utils.h"
#include "WCheck.h"
#include "Isometric Utils.h"
#include "worldman.h"
#include "Sound Control.h"
#include "interface.h"
#include "interface items.h"
#include "explosion control.h"
#include "Interface.h"
#include "Interface Items.h"
#include "Explosion Control.h"
#include "Debug Control.h"
#include "message.h"
#include "structure wrap.h"
#include "animation control.h"
#include "text.h"
#include "Random.h"
#include "lighteffects.h"
#include "Structure Wrap.h"
#include "Animation Control.h"
#include "Text.h"
#include "random.h"
#include "LightEffects.h"
#include "opplist.h"
#include "Buildings.h"
#include "Dialogue Control.h" // added by Flugente