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:
@@ -7,7 +7,7 @@
|
||||
#include "types.h"
|
||||
#include "mousesystem.h"
|
||||
#include "Button System.h"
|
||||
#include "font control.h"
|
||||
#include "Font Control.h"
|
||||
#include "EditorDefines.h"
|
||||
#include "Editor Taskbar Utils.h"
|
||||
#include "EditorMercs.h"
|
||||
@@ -20,10 +20,10 @@
|
||||
#include "Weapons.h"
|
||||
#include "Items.h"
|
||||
#include "editscreen.h"
|
||||
#include "Random.h"
|
||||
#include "random.h"
|
||||
#include "Handle Items.h"
|
||||
#include "World Items.h"
|
||||
#include "PopupMenu.h"
|
||||
#include "popupmenu.h"
|
||||
#include "pits.h"
|
||||
#include "Text.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user