SynGame/allegro-5.0.10-mingw-4.7.0/include/allegro5/internal/aintern_tls.h

21 lines
284 B
C
Raw Normal View History

2019-09-10 11:14:36 +03:00
#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: */