SynGame/allegro/include/allegro5/internal/aintern_tls.h

21 lines
284 B
C

#ifndef __al_included_allegro5_aintern_tls_h
#define __al_included_allegro5_aintern_tls_h
#ifdef __cplusplus
extern "C" {
#endif
void _al_tls_init_once(void);
int *_al_tls_get_dtor_owner_count(void);
#ifdef __cplusplus
}
#endif
#endif
/* vim: set ts=8 sts=3 sw=3 et: */