metamod-r/version_script.lds
Dmitry Novikov b838abda59
Migrate the CI/CD to GitHub Actions (#57)
* Implemented CI/CD migration to GitHub
* Remove gradle build
2022-07-03 04:15:27 +07:00

31 lines
437 B
Plaintext

METAMOD_ABI_1.0 {
global:
GiveFnptrsToDll;
GetEntityAPI;
GetEntityAPI2;
GetNewDLLFunctions;
Server_GetBlendingInterface;
worldspawn;
extern "C++" {
mutil_*;
mm_*;
metamod_*;
meta_*;
META_*;
get_function_table*;
do_link_ent*;
cmd_*;
compile_*;
client_meta*;
MReg*::*;
MPlugin*::*;
MPlayer*::*;
MConfig::*;
CJit::*;
CForwardCallbackJIT::*;
CExtDll::*;
};
local:
*;
};