mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
Fix-up virtual_address include
This commit is contained in:
parent
9dc2ce5036
commit
acd162ef91
@ -35,5 +35,5 @@
|
|||||||
#endif
|
#endif
|
||||||
#define _virtual_address_included
|
#define _virtual_address_included
|
||||||
|
|
||||||
public const Address __Virtual_Address__ = 0;
|
public const Address __Virtual_Address__ = view_as<Address>(0);
|
||||||
public const Address PointerSize = 0; /**< Size of a pointer in bytes (same as `sizeof(void*)`) */
|
public const Address PointerSize = view_as<Address>(0); /**< Size of a pointer in bytes (same as `sizeof(void*)`) */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user