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
@@ -3,20 +3,20 @@
#include <stdio.h>
#include <string.h>
#include "stdlib.h"
#include "debug.h"
#include "weapons.h"
#include "DEBUG.H"
#include "Weapons.h"
#include "handle items.h"
#include "worlddef.h"
#include "worldman.h"
#include "animation control.h"
#include "tile animation.h"
#include "Animation Control.h"
#include "Tile Animation.h"
#include "handle items.h"
#include "smokeeffects.h"
#include "SmokeEffects.h"
#include "message.h"
#include "isometric utils.h"
#include "Isometric Utils.h"
#include "renderworld.h"
#include "explosion control.h"
#include "Random.h"
#include "Explosion Control.h"
#include "random.h"
#include "Game Clock.h"
#include "opplist.h"
#include "Campaign Types.h"
@@ -27,7 +27,7 @@
#include "Render Fun.h"
#include "SaveLoadGame.h"
#include "debug control.h"
#include "Debug Control.h"
#include "connect.h"