mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Fix gcc build errors & warnings
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
//
|
||||
//===========================================================================//
|
||||
#include "cbase.h"
|
||||
#include "ai_criteria.h"
|
||||
#include "AI_Criteria.h"
|
||||
|
||||
#ifdef GAME_DLL
|
||||
#include "ai_speech.h"
|
||||
#endif
|
||||
|
||||
#include <keyvalues.h>
|
||||
#include "engine/ienginesound.h"
|
||||
#include <KeyValues.h>
|
||||
#include "engine/IEngineSound.h"
|
||||
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
#include <tier0/memdbgon.h>
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
|
||||
|
||||
#include "cbase.h"
|
||||
#include "soundemittersystem/isoundemittersystembase.h"
|
||||
#include "ai_responsesystem.h"
|
||||
#include "SoundEmitterSystem/isoundemittersystembase.h"
|
||||
#include "AI_ResponseSystem.h"
|
||||
#include "igamesystem.h"
|
||||
#include "ai_criteria.h"
|
||||
#include <keyvalues.h>
|
||||
#include "AI_Criteria.h"
|
||||
#include <KeyValues.h>
|
||||
#include "filesystem.h"
|
||||
#include "utldict.h"
|
||||
#ifdef GAME_DLL
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "ai_criteria.h"
|
||||
#include "AI_Criteria.h"
|
||||
#include "../../public/responserules/response_types.h"
|
||||
|
||||
// using ResponseRules::IResponseFilter;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "../../public/responserules/response_types.h"
|
||||
#include "responserules/response_types.h"
|
||||
|
||||
class CAI_Concept : public ResponseRules::CRR_Concept
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user