Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 129 Bytes

SDL_syscond_c.h

File metadata and controls

9 lines (7 loc) · 129 Bytes
 
1
2
3
4
5
6
7
8
9
#ifndef _SDL_SYSCOND_C_H_
#define _SDL_SYSCOND_C_H_
struct SDL_cond
{
pth_cond_t condpth_p;
};
#endif /* _SDL_SYSCOND_C_H_ */