aboutsummaryrefslogtreecommitdiff
path: root/include/std/defs.h
blob: ee049d4890d15f1ac03187bc6fcfa9aa9212d7e0 (plain)
1
2
3
4
5
6
7
8
9
10
#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