mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
New module registering ability
This commit is contained in:
parent
17faf3af1f
commit
4232d68c92
@ -648,3 +648,7 @@ native md5_file(const file[], md5buffer[34]);
|
|||||||
|
|
||||||
/* Returns the internal flags set on the called bytecode structure - Do not use */
|
/* Returns the internal flags set on the called bytecode structure - Do not use */
|
||||||
native plugin_flags();
|
native plugin_flags();
|
||||||
|
|
||||||
|
forward plugin_modules();
|
||||||
|
|
||||||
|
native register_module(const module[]);
|
Loading…
Reference in New Issue
Block a user