diff options
Diffstat (limited to 'src/type_alias.h')
| -rw-r--r-- | src/type_alias.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/type_alias.h b/src/type_alias.h index ae6b7ff..7af783a 100644 --- a/src/type_alias.h +++ b/src/type_alias.h @@ -13,6 +13,7 @@ typedef char Char; typedef float Float; typedef double Double; typedef const char *String; +typedef const void *VoidPtr; typedef uint64_t (*VoidHashFn)(void*); typedef bool (*VoidEqFn)(void*, void*); |
