2
0
Fork 0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-08-11 00:29:35 +03:00
MODULE_NOT64BIT status
This commit is contained in:
Pavol Marko 2004-04-29 17:09:26 +00:00
commit 7aa98c9038

View file

@ -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