sqwarmed/sdk_src/responserules/runtime/rrrlib.cpp

13 lines
282 B
C++
Raw Normal View History

2024-08-29 19:18:30 -04:00
/// 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;
};