mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +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:
@@ -1,17 +1,17 @@
|
||||
#include "items.h"
|
||||
#include "Items.h"
|
||||
#include "handle Items.h"
|
||||
#include "overhead.h"
|
||||
#include "weapons.h"
|
||||
#include "Overhead.h"
|
||||
#include "Weapons.h"
|
||||
#include "tiledef.h"
|
||||
#include "worlddef.h"
|
||||
#include "interface.h"
|
||||
#include "Interface.h"
|
||||
#include "renderworld.h"
|
||||
#include "Animation Control.h"
|
||||
#include "font control.h"
|
||||
#include "Font Control.h"
|
||||
#include "World items.h"
|
||||
#include "debug.h"
|
||||
#include "Isometric utils.h"
|
||||
#include "sys globals.h"
|
||||
#include "DEBUG.H"
|
||||
#include "Isometric Utils.h"
|
||||
#include "Sys Globals.h"
|
||||
#include "Tactical Save.h"
|
||||
#include "strategicmap.h"
|
||||
#include "Campaign Types.h"
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "Quests.h"
|
||||
#include "Soldier Profile.h"
|
||||
#include "message.h"
|
||||
#include "map screen interface map inventory.h" // added by Flugente
|
||||
#include "Map Screen Interface Map Inventory.h" // added by Flugente
|
||||
#include "connect.h"
|
||||
#ifdef JA2EDITOR//dnl ch84 290114
|
||||
#include "Item Statistics.h"
|
||||
|
||||
Reference in New Issue
Block a user