17 lines
237 B
C
17 lines
237 B
C
|
#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: */
|