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,20 +1,20 @@
|
||||
#include "builddefines.h"
|
||||
|
||||
#include "physics.h"
|
||||
#include "wcheck.h"
|
||||
#include "isometric utils.h"
|
||||
#include "WCheck.h"
|
||||
#include "Isometric Utils.h"
|
||||
#include "worldman.h"
|
||||
#include "Sound Control.h"
|
||||
#include "interface.h"
|
||||
#include "interface items.h"
|
||||
#include "explosion control.h"
|
||||
#include "Interface.h"
|
||||
#include "Interface Items.h"
|
||||
#include "Explosion Control.h"
|
||||
#include "Debug Control.h"
|
||||
#include "message.h"
|
||||
#include "structure wrap.h"
|
||||
#include "animation control.h"
|
||||
#include "text.h"
|
||||
#include "Random.h"
|
||||
#include "lighteffects.h"
|
||||
#include "Structure Wrap.h"
|
||||
#include "Animation Control.h"
|
||||
#include "Text.h"
|
||||
#include "random.h"
|
||||
#include "LightEffects.h"
|
||||
#include "opplist.h"
|
||||
#include "Buildings.h"
|
||||
#include "Dialogue Control.h" // added by Flugente
|
||||
|
||||
Reference in New Issue
Block a user