mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-27 07:15:31 +03:00
Missed a file in the initial Response System library port commit
This commit is contained in:
parent
d081a0cee3
commit
d6b959899c
@ -4,6 +4,9 @@
|
||||
//
|
||||
//=============================================================================//
|
||||
|
||||
#ifdef NEW_RESPONSE_SYSTEM
|
||||
#include "ai_responsesystem_new.h"
|
||||
#else
|
||||
#ifndef AI_RESPONSESYSTEM_H
|
||||
#define AI_RESPONSESYSTEM_H
|
||||
|
||||
@ -39,3 +42,4 @@ class ISaveRestoreBlockHandler *GetDefaultResponseSystemSaveRestoreBlockHandler(
|
||||
class ISaveRestoreOps *GetResponseSystemSaveRestoreOps();
|
||||
|
||||
#endif // AI_RESPONSESYSTEM_H
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user