SDL_syscond_c.h 129 Bytes EditWeb IDE 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_ */