mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 18:38:37 +00:00
Always include VirtualAddress
This commit is contained in:
parent
7f8dfd67f2
commit
2152eb9cf9
@ -89,9 +89,7 @@ enum SDKType
|
||||
SDKType_Edict, /**< edict_t (always as pointer) */
|
||||
SDKType_String, /**< NULL-terminated string (always as pointer) */
|
||||
SDKType_Bool, /**< Boolean (any) */
|
||||
#if defined VIRTUAL_ADDRESS
|
||||
SDKType_VirtualAddress, /**< SM Virtual Address */
|
||||
#endif
|
||||
};
|
||||
|
||||
enum SDKPassMethod
|
||||
|
||||
Loading…
Reference in New Issue
Block a user