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
-4
@@ -1,15 +1,15 @@
|
||||
#include "builddefines.h"
|
||||
#include <wchar.h>
|
||||
#include "sgp.h"
|
||||
#include "cursors.h"
|
||||
#include "Cursors.h"
|
||||
#include "Timer Control.h"
|
||||
#include "jascreens.h"
|
||||
#include "font.h"
|
||||
#include "Font.h"
|
||||
#include "Font Control.h"
|
||||
#include "Sys Globals.h"
|
||||
#include "Handle UI.h"
|
||||
#include "interface.h"
|
||||
#include "overhead.h"
|
||||
#include "Interface.h"
|
||||
#include "Overhead.h"
|
||||
#include "Cursor Control.h"
|
||||
#include "Sound Control.h"
|
||||
// HEADROCK HAM B2.6: included this here to allow toggling the CTH bars.
|
||||
|
||||
Reference in New Issue
Block a user