#ifndef AMALGAM_STD_DEFS_H #define AMALGAM_STD_DEFS_H typedef struct amal_thread amal_thread; typedef struct amal_mutex amal_mutex; typedef struct ScopedAllocatorNode ScopedAllocatorNode; typedef struct ScopedAllocator ScopedAllocator; #endif