Committed new SDK version

This commit is contained in:
David Anderson
2005-07-15 19:05:44 +00:00
parent 74ec2e75b8
commit 1a53b7bba7
34 changed files with 455 additions and 106 deletions

View File

@@ -32,7 +32,7 @@
// ***** AMXX stuff *****
// module interface version is 1
#define AMXX_INTERFACE_VERSION 1
#define AMXX_INTERFACE_VERSION 2
// amxx module info
struct amxx_module_info_s
@@ -41,6 +41,7 @@ struct amxx_module_info_s
const char *author;
const char *version;
int reload; // reload on mapchange when nonzero
const char *logtag; // added in version 2
};