mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
Missing modification on a86ca1491
This commit is contained in:
parent
75822ec227
commit
6eb10a5f5a
@ -18,8 +18,6 @@ native numargs();
|
|||||||
native getarg(arg, index=0);
|
native getarg(arg, index=0);
|
||||||
native setarg(arg, index=0, value);
|
native setarg(arg, index=0, value);
|
||||||
|
|
||||||
native strlen(const string[]);
|
|
||||||
|
|
||||||
native tolower(c);
|
native tolower(c);
|
||||||
native toupper(c);
|
native toupper(c);
|
||||||
native swapchars(c);
|
native swapchars(c);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user