mirror of
https://github.com/rehlds/metamod-r.git
synced 2024-12-26 06:35:33 +03:00
b838abda59
* Implemented CI/CD migration to GitHub * Remove gradle build
31 lines
437 B
Plaintext
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:
|
|
*;
|
|
};
|