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

17 lines
237 B
C
Raw Normal View History

2019-09-10 11:14:36 +03:00
#ifndef __al_included_allegro5_aintern_timer_h
#define __al_included_allegro5_aintern_timer_h
#ifdef __cplusplus
extern "C" {
#endif
void _al_init_timers(void);
#ifdef __cplusplus
}
#endif
#endif
/* vim: set sts=3 sw=3 et: */