Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
270 B

  1. /// PLACEHOLDER FILE FOR RESPONSE RULES RUNTIME LIBRARY
  2. #include "rrbase.h"
  3. // memdbgon must be the last include file in a .cpp file!!!
  4. #include "tier0/memdbgon.h"
  5. namespace ResponseRules
  6. {
  7. /// Custom symbol table for the response rules.
  8. CUtlSymbolTable g_RS;
  9. };