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
@@ -1,6 +1,6 @@
|
||||
#include "Types.h"
|
||||
#include "types.h"
|
||||
#include "FeaturesScreen.h"
|
||||
#include "Video.h"
|
||||
#include "video.h"
|
||||
#include "Font Control.h"
|
||||
#include "Game Clock.h"
|
||||
#include "Text Input.h"
|
||||
@@ -10,29 +10,29 @@
|
||||
#include "WordWrap.h"
|
||||
#include "WCheck.h"
|
||||
#include "Utilities.h"
|
||||
#include "Debug.h"
|
||||
#include "DEBUG.H"
|
||||
#include "Sound Control.h"
|
||||
#include "Ambient Control.h"
|
||||
#include "Worlddat.h"
|
||||
#include "Worlddef.h"
|
||||
#include "WorldDat.h"
|
||||
#include "worlddef.h"
|
||||
#include "GameSettings.h"
|
||||
#include "Game Init.h"
|
||||
#include "English.h"
|
||||
#include "english.h"
|
||||
#include "Overhead.h"
|
||||
#include "Gap.h"
|
||||
#include "GAP.H"
|
||||
#include "Cursors.h"
|
||||
#include "SysUtil.h"
|
||||
#include "sysutil.h"
|
||||
#include "Exit Grids.h"
|
||||
#include "Text.h"
|
||||
#include "Interface Control.h"
|
||||
#include "Message.h"
|
||||
#include "message.h"
|
||||
#include "Multi Language Graphic Utils.h"
|
||||
#include "Map Information.h"
|
||||
#include "Sys Globals.h"
|
||||
#include "insurance.h"
|
||||
|
||||
#include "connect.h"
|
||||
#include "WorldMan.h"
|
||||
#include "worldman.h"
|
||||
#include "Init.h"
|
||||
#include "Game Events.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user