mirror of
https://github.com/rehlds/metamod-r.git
synced 2025-01-12 22:58:14 +03:00
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:
|
||
|
*;
|
||
|
};
|