diff options
| author | Mistivia <i@mistivia.com> | 2025-06-08 23:10:19 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-08 23:10:19 +0800 |
| commit | 7894904d822f91e89c27ab6c54fc3a4d3d9a4cb3 (patch) | |
| tree | d2579ba62ed7827d577e2cd5d4fb3324f4f56731 /src/vec.h | |
| parent | d265d0292afde05985f06241c5277a5a9ca7de78 (diff) | |
add void ptr
Diffstat (limited to 'src/vec.h')
| -rw-r--r-- | src/vec.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,5 +92,6 @@ VECTOR_DEF(ULong); VECTOR_DEF(Double); VECTOR_DEF(Float); VECTOR_DEF(String); +VECTOR_DEF(VoidPtr); #endif |
