#ifndef AMALGAM_STD_DEFS_H #define AMALGAM_STD_DEFS_H typedef struct amal_thread amal_thread; typedef struct amal_mutex amal_mutex; typedef struct ArenaAllocatorNode ArenaAllocatorNode; typedef struct ArenaAllocator ArenaAllocator; #endif