mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 05:45:36 +03:00
added
MODULE_NOT64BIT status
This commit is contained in:
parent
7c2fc26c4f
commit
7aa98c9038
@ -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…
Reference in New Issue
Block a user