ReGameDLL_CS/version_script.lds
s1lent d8208f0884
Added support building using cmake
Added support clang compiler
Fixed some compiler warnings
Update README.md
2020-02-06 04:32:20 +07:00

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;
};
};