mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Fix-up virtual_address include
This commit is contained in:
parent
9dc2ce5036
commit
acd162ef91
@ -35,5 +35,5 @@
|
||||
#endif
|
||||
#define _virtual_address_included
|
||||
|
||||
public const Address __Virtual_Address__ = 0;
|
||||
public const Address PointerSize = 0; /**< Size of a pointer in bytes (same as `sizeof(void*)`) */
|
||||
public const Address __Virtual_Address__ = view_as<Address>(0);
|
||||
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