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
-5
@@ -1,21 +1,21 @@
|
||||
#include "sgp.h"
|
||||
#include "font.h"
|
||||
#include "Font.h"
|
||||
#include "types.h"
|
||||
#include "Font Control.h"
|
||||
#include "message.h"
|
||||
#include "memory.h"
|
||||
#include "mbstring.h"
|
||||
#include "Timer Control.h"
|
||||
#include "render dirty.h"
|
||||
#include "Render Dirty.h"
|
||||
#include "renderworld.h"
|
||||
#include "local.h"
|
||||
#include "interface.h"
|
||||
#include "Interface.h"
|
||||
#include "mapscreen.h"
|
||||
#include "Map Screen Interface Bottom.h"
|
||||
#include "WordWrap.h"
|
||||
#include "Sound Control.h"
|
||||
#include "Soundman.h"
|
||||
#include "BuildDefines.h"
|
||||
#include "soundman.h"
|
||||
#include "builddefines.h"
|
||||
#include "Dialogue Control.h"
|
||||
#include <stdio.h>
|
||||
#include "Game Clock.h"
|
||||
|
||||
Reference in New Issue
Block a user