mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-26 13:47:56 +03:00
Fix #includes casing
This is important for case-sensitive filesystems/operating systems (i.e. Linux).
This commit is contained in:
parent
48fb4ab56c
commit
d72d817eac
@ -7,11 +7,11 @@
|
||||
|
||||
#include "cbase.h"
|
||||
#include "game.h"
|
||||
#include "AI_Default.h"
|
||||
#include "AI_Schedule.h"
|
||||
#include "AI_Hull.h"
|
||||
#include "AI_Navigator.h"
|
||||
#include "AI_Motor.h"
|
||||
#include "ai_default.h"
|
||||
#include "ai_schedule.h"
|
||||
#include "ai_hull.h"
|
||||
#include "ai_navigator.h"
|
||||
#include "ai_motor.h"
|
||||
#include "ai_squad.h"
|
||||
#include "npc_bullsquid.h"
|
||||
#include "npcevent.h"
|
||||
@ -30,8 +30,8 @@
|
||||
#include "engine/IEngineSound.h"
|
||||
#include "movevars_shared.h"
|
||||
|
||||
#include "AI_Hint.h"
|
||||
#include "AI_Senses.h"
|
||||
#include "ai_hint.h"
|
||||
#include "ai_senses.h"
|
||||
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
#include "tier0/memdbgon.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user