mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Added original SDK code for Alien Swarm.
This commit is contained in:
13
responserules/runtime/rrrlib.cpp
Normal file
13
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