mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-08-11 00:29:35 +03:00
added
MODULE_NOT64BIT status
This commit is contained in:
parent
7c2fc26c4f
commit
7aa98c9038
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ enum MODULE_STATUS {
|
|||
MODULE_OLD, // Old interface
|
||||
MODULE_NEWER, // newer interface
|
||||
MODULE_INTERROR, // Internal error
|
||||
MODULE_FUNCNOTPRESENT // Function not present
|
||||
MODULE_FUNCNOTPRESENT, // Function not present
|
||||
MODULE_NOT64BIT // Not 64 bit compatible
|
||||
};
|
||||
|
||||
struct amxx_module_info_s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue