mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
ugh
This commit is contained in:
parent
5fd891bc32
commit
d50a6302e0
@ -228,4 +228,5 @@ static cell AMX_NATIVE_CALL dllfunc(AMX *amx,cell *params)
|
||||
AMX_NATIVE_INFO dllfunc_natives[] = {
|
||||
{"dllfunc", dllfunc},
|
||||
{NULL, NULL},
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -248,4 +248,5 @@ AMX_NATIVE_INFO tr_Natives[] = {
|
||||
{"get_kv", get_kv},
|
||||
{"set_kv", set_kv},
|
||||
{NULL, NULL},
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user