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:
@@ -1,26 +1,26 @@
|
||||
#include "sgp.h"
|
||||
#include "screenids.h"
|
||||
#include "Timer Control.h"
|
||||
#include "fade screen.h"
|
||||
#include "Fade Screen.h"
|
||||
#include "sysutil.h"
|
||||
#include "vobject_blitters.h"
|
||||
#include "MercTextBox.h"
|
||||
#include "cursors.h"
|
||||
#include "font control.h"
|
||||
#include "Cursors.h"
|
||||
#include "Font Control.h"
|
||||
#include "Map Screen Interface.h"
|
||||
#include "renderworld.h"
|
||||
#include "gameloop.h"
|
||||
#include "english.h"
|
||||
#include "GameSettings.h"
|
||||
#include "cursor control.h"
|
||||
#include "Cursor Control.h"
|
||||
#include "laptop.h"
|
||||
#include "text.h"
|
||||
#include "Text.h"
|
||||
#include "Text Input.h"
|
||||
#include "overhead map.h"
|
||||
#include "MPChatScreen.h"
|
||||
#include "WordWrap.h"
|
||||
#include "message.h"
|
||||
#include "utilities.h"
|
||||
#include "Utilities.h"
|
||||
#include "connect.h"
|
||||
|
||||
#define CHATBOX_WIDTH 310 // 350 is the max size, the PrepareMercPopupBox will add the X_MARGIN to both sides
|
||||
|
||||
Reference in New Issue
Block a user