mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-10 07:11:42 +00:00
7 lines
113 B
C
7 lines
113 B
C
|
|
|
|
typedef void *mutex_t;
|
|
|
|
void MutexLock (mutex_t *m);
|
|
void MutexUnlock (mutex_t *m);
|
|
mutex_t *MutexAlloc(void);
|