From 27718f093689dbd3decd7021eaa97327f578c8f3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 7 Mar 2019 22:19:57 +0100 Subject: Add hash map --- include/std/defs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/std/defs.h') diff --git a/include/std/defs.h b/include/std/defs.h index 653bf73..ee049d4 100644 --- a/include/std/defs.h +++ b/include/std/defs.h @@ -4,4 +4,7 @@ typedef struct amal_thread amal_thread; typedef struct amal_mutex amal_mutex; +typedef struct ScopedAllocatorNode ScopedAllocatorNode; +typedef struct ScopedAllocator ScopedAllocator; + #endif -- cgit v1.2.3