mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
15 lines
184 B
Plaintext
15 lines
184 B
Plaintext
{
|
|
global: *;
|
|
local:
|
|
extern "C++" {
|
|
*std::*;
|
|
__cxxabi*;
|
|
__gcc*;
|
|
__gxx*;
|
|
__gnu_cxx*;
|
|
__cxa*;
|
|
operator*;
|
|
__dynamic_cast
|
|
};
|
|
};
|