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.

14 lines
184 B

  1. {
  2. global: *;
  3. local:
  4. extern "C++" {
  5. *std::*;
  6. __cxxabi*;
  7. __gcc*;
  8. __gxx*;
  9. __gnu_cxx*;
  10. __cxa*;
  11. operator*;
  12. __dynamic_cast
  13. };
  14. };