mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
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:
+10
-10
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user