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
@@ -2,21 +2,21 @@
#ifdef JA2EDITOR
#include "Screens.h"
#include "Maputility.h"
#include "maputility.h"
#include "worlddef.h"
#include "overhead.h"
#include "fileman.h"
#include "loadscreen.h"
#include "Overhead.h"
#include "FileMan.h"
#include "LoadScreen.h"
#include "overhead map.h"
#include "radar screen.h"
#include "Radar Screen.h"
#include "vobject_blitters.h"
#include "sticonvert.h"
#include "font control.h"
#include "worlddat.h"
#include "STIConvert.h"
#include "Font Control.h"
#include "WorldDat.h"
#include "english.h"
#include "map information.h"
#include "Map Information.h"
#include "line.h"
#include "quantize wrap.h"
#include "Quantize Wrap.h"
//dnl ch77 131113
#include "Editor Taskbar Utils.h"
#include "Text Input.h"