Files
KittenPopo c2130ba4e9 uid issue
2021-07-24 21:11:47 -07:00

13 lines
270 B
C++

/// 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;
};