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:
@@ -4,13 +4,13 @@
|
||||
#include "renderworld.h"
|
||||
#include "Sound Control.h"
|
||||
#include "Interactive Tiles.h"
|
||||
#include "interface cursors.h"
|
||||
#include "Interface Cursors.h"
|
||||
#include "worldman.h"
|
||||
#include "points.h"
|
||||
#include "structure wrap.h"
|
||||
#include "tile animation.h"
|
||||
#include "tile cache.h"
|
||||
#include "handle doors.h"
|
||||
#include "Points.h"
|
||||
#include "Structure Wrap.h"
|
||||
#include "Tile Animation.h"
|
||||
#include "Tile Cache.h"
|
||||
#include "Handle Doors.h"
|
||||
#include "Dialogue Control.h"
|
||||
#include "english.h"
|
||||
#include "NPC.h"
|
||||
|
||||
Reference in New Issue
Block a user