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:
+15
-15
@@ -1,30 +1,30 @@
|
||||
#include "sgp.h"
|
||||
#include "worlddef.h"
|
||||
#include "points.h"
|
||||
#include "overhead.h"
|
||||
#include "Font control.h"
|
||||
#include "interface.h"
|
||||
#include "Isometric utils.h"
|
||||
#include "pathai.h"
|
||||
#include "interface.h"
|
||||
#include "Points.h"
|
||||
#include "Overhead.h"
|
||||
#include "Font Control.h"
|
||||
#include "Interface.h"
|
||||
#include "Isometric Utils.h"
|
||||
#include "PATHAI.H"
|
||||
#include "Interface.h"
|
||||
#include "message.h"
|
||||
#include "Animation Control.h"
|
||||
#include "Weapons.h"
|
||||
|
||||
#include "structure wrap.h"
|
||||
#include "dialogue control.h"
|
||||
#include "items.h"
|
||||
#include "Structure Wrap.h"
|
||||
#include "Dialogue Control.h"
|
||||
#include "Items.h"
|
||||
#include "rt time defines.h"
|
||||
#include "ai.h"
|
||||
#include "handle ui.h"
|
||||
#include "text.h"
|
||||
#include "Handle UI.h"
|
||||
#include "Text.h"
|
||||
#include "SkillCheck.h"
|
||||
#include "wcheck.h"
|
||||
#include "WCheck.h"
|
||||
#include "Soldier Profile.h"
|
||||
#include "Soldier macros.h"
|
||||
#include "Random.h"
|
||||
#include "random.h"
|
||||
#include "Campaign.h"
|
||||
#include "drugs and alcohol.h"
|
||||
#include "Drugs And Alcohol.h"
|
||||
#include "GameSettings.h"
|
||||
#include "worldman.h"
|
||||
#include "math.h"
|
||||
|
||||
Reference in New Issue
Block a user