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:
@@ -1,16 +1,16 @@
|
||||
#include "IMP Character Trait.h"
|
||||
#include "Button System.h"
|
||||
#include "utilities.h"
|
||||
#include "Debug.h"
|
||||
#include "Utilities.h"
|
||||
#include "DEBUG.H"
|
||||
#include "Text.h"
|
||||
#include "Font Control.h"
|
||||
#include "font.h"
|
||||
#include "Font.h"
|
||||
#include "laptop.h"
|
||||
#include "cursors.h"
|
||||
#include "Cursors.h"
|
||||
#include "IMP MainPage.h"
|
||||
#include "IMPVideoObjects.h"
|
||||
#include "_Ja25EnglishText.h"
|
||||
#include "wordwrap.h"
|
||||
#include "WordWrap.h"
|
||||
#include "CharProfile.h"
|
||||
#include "GameSettings.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user