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:
@@ -5,23 +5,23 @@
|
||||
#include "IMPVideoObjects.h"
|
||||
#include "Utilities.h"
|
||||
#include "Timer Control.h"
|
||||
#include "Debug.h"
|
||||
#include "DEBUG.H"
|
||||
#include "WordWrap.h"
|
||||
#include "Encrypted File.h"
|
||||
#include "cursors.h"
|
||||
#include "Cursors.h"
|
||||
#include "laptop.h"
|
||||
#include "IMP Finish.h"
|
||||
#include "IMP Text System.h"
|
||||
#include "Text Input.h"
|
||||
#include "messageboxscreen.h"
|
||||
#include "Soldier Profile Type.h"
|
||||
#include "MessageBoxScreen.h"
|
||||
#include "soldier profile type.h"
|
||||
#include "IMP Portraits.h"
|
||||
#include "IMP Attribute Selection.h"
|
||||
#include "english.h"
|
||||
#include "line.h"
|
||||
#include "Merc Hiring.h"
|
||||
#include "strategic.h"
|
||||
#include "text.h"
|
||||
#include "Text.h"
|
||||
#include "LaptopSave.h"
|
||||
|
||||
#include <language.hpp>
|
||||
|
||||
Reference in New Issue
Block a user