From 4232d68c92fc6e8a591d46d3289a373ce7f8d623 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 9 Sep 2004 04:53:37 +0000 Subject: [PATCH] New module registering ability --- plugins/include/amxmodx.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 053a8053..d12afe13 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -647,4 +647,8 @@ native md5(const szString[], md5buffer[34]); native md5_file(const file[], md5buffer[34]); /* Returns the internal flags set on the called bytecode structure - Do not use */ -native plugin_flags(); \ No newline at end of file +native plugin_flags(); + +forward plugin_modules(); + +native register_module(const module[]); \ No newline at end of file