mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-27 23:25:41 +03:00
19 lines
234 B
Plaintext
19 lines
234 B
Plaintext
|
REGAMEDLL_ABI_1.0 {
|
||
|
global:
|
||
|
*;
|
||
|
local:
|
||
|
_Zn*;
|
||
|
_Zd*;
|
||
|
|
||
|
extern "C++" {
|
||
|
*std::*;
|
||
|
*__cxxabi*::*;
|
||
|
*__gnu_cxx::*;
|
||
|
__cxa_*;
|
||
|
_txnal_*;
|
||
|
__dynamic_cast;
|
||
|
__gxx_personality_*;
|
||
|
__gcclibcxx_demangle_callback;
|
||
|
};
|
||
|
};
|