mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-17 20:10:21 +03:00
Added prototype Response System library port from the Alien Swarm SDK
This commit is contained in:
13
sp/src/responserules/runtime/rrrlib.cpp
Normal file
13
sp/src/responserules/runtime/rrrlib.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
/// PLACEHOLDER FILE FOR RESPONSE RULES RUNTIME LIBRARY
|
||||
|
||||
#include "rrbase.h"
|
||||
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
#include "tier0/memdbgon.h"
|
||||
|
||||
|
||||
namespace ResponseRules
|
||||
{
|
||||
/// Custom symbol table for the response rules.
|
||||
CUtlSymbolTable g_RS;
|
||||
};
|
||||
Reference in New Issue
Block a user