#include typedef struct t_config { int xres,yres,sres; int teff,tcol; } t_config; extern int finished; extern SDL_mutex *synchro_mutex,*access_mutex; extern short pcm_data[2][512]; extern t_config config;