mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
13 lines
282 B
C++
13 lines
282 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;
|
|
}; |