mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-22 17:47:38 +08:00
15 lines
198 B
Plaintext
15 lines
198 B
Plaintext
|
{
|
||
|
global: *;
|
||
|
local:
|
||
|
extern "C++" {
|
||
|
*std::*;
|
||
|
__cxxabi*;
|
||
|
__gcc*;
|
||
|
__gxx*;
|
||
|
__gnu_cxx*;
|
||
|
__cxa*;
|
||
|
operator*;
|
||
|
__dynamic_cast
|
||
|
};
|
||
|
};
|