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:
@@ -6,19 +6,19 @@
|
||||
#include "types.h"
|
||||
|
||||
#include "strategicmap.h"
|
||||
#include "overhead.h"
|
||||
#include "isometric utils.h"
|
||||
#include "Overhead.h"
|
||||
#include "Isometric Utils.h"
|
||||
|
||||
#include "soldier add.h"
|
||||
#include "soldier create.h"
|
||||
#include "Soldier Add.h"
|
||||
#include "Soldier Create.h"
|
||||
#include "Soldier Init List.h"
|
||||
#include "debug.h"
|
||||
#include "Random.h"
|
||||
#include "items.h"
|
||||
#include "DEBUG.H"
|
||||
#include "random.h"
|
||||
#include "Items.h"
|
||||
|
||||
|
||||
#include "Map Information.h"
|
||||
#include "soldier profile.h"
|
||||
#include "Soldier Profile.h"
|
||||
#include "EditorMercs.h"
|
||||
#include "Animation Data.h"
|
||||
#include "message.h"
|
||||
|
||||
Reference in New Issue
Block a user