mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +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:
+11
-11
@@ -3,8 +3,8 @@
|
||||
#include "WCheck.h"
|
||||
#include "Render Dirty.h"
|
||||
#include "sysutil.h"
|
||||
#include "screens.h"
|
||||
#include "cursors.h"
|
||||
#include "Screens.h"
|
||||
#include "Cursors.h"
|
||||
#include "Event Pump.h"
|
||||
#include "laptop.h"
|
||||
#include "aim.h"
|
||||
@@ -45,26 +45,26 @@
|
||||
#include "Interface Control.h"
|
||||
#include "Game Event Hook.h"
|
||||
#include "WordWrap.h"
|
||||
#include "Game init.h"
|
||||
#include "Game Init.h"
|
||||
#include "Game Clock.h"
|
||||
#include "vobject_blitters.h"
|
||||
#include "Soldier Profile.h"
|
||||
#include "Overhead.h"
|
||||
#include "environment.h"
|
||||
#include "LibraryDataBase.h"
|
||||
#include "music control.h"
|
||||
#include "Music Control.h"
|
||||
#include "SaveLoadGame.h"
|
||||
#include "LaptopSave.h"
|
||||
#include "RenderWorld.h"
|
||||
#include "renderworld.h"
|
||||
#include "gameloop.h"
|
||||
#include "english.h"
|
||||
#include "random.h"
|
||||
#include "Merc Hiring.h"
|
||||
#include "Map Screen Interface.h"
|
||||
#include "ambient control.h"
|
||||
#include "Ambient Control.h"
|
||||
#include "Sound Control.h"
|
||||
#include "text.h"
|
||||
#include "Message.h"
|
||||
#include "Text.h"
|
||||
#include "message.h"
|
||||
#include "Map Screen Interface Bottom.h"
|
||||
#include "Cursor Control.h"
|
||||
#include "Quests.h"
|
||||
@@ -72,8 +72,8 @@
|
||||
#include "BrokenLink.h"
|
||||
#include "BobbyRShipments.h"
|
||||
#include "Dialogue Control.h"
|
||||
#include "helpscreen.h"
|
||||
#include "cheats.h"
|
||||
#include "HelpScreen.h"
|
||||
#include "Cheats.h"
|
||||
#include "Strategic Status.h"
|
||||
#include "Arms Dealer Init.h"
|
||||
#include "GameSettings.h"
|
||||
@@ -81,7 +81,7 @@
|
||||
#include "Encyclopedia_Data_new.h"
|
||||
#include "CampaignHistoryMain.h" // added by Flugente
|
||||
#include "CampaignHistory_Summary.h" // added by Flugente
|
||||
#include "MercCompare.h" // added by Flugente
|
||||
#include "merccompare.h" // added by Flugente
|
||||
#include "WHO.h" // added by Flugente
|
||||
#include "PMC.h" // added by Flugente
|
||||
#include "MilitiaWebsite.h" // added by Flugente
|
||||
|
||||
Reference in New Issue
Block a user