funkstuff/timer.h

17 lines
466 B
C

#ifndef __TIMER_H__
#define __TIMER_H__
/* *********************************************************************** */
#define TIMER_DOOR_CLOSE_DELAY 0
#define TIMER_COUNT 2
/* *********************************************************************** */
void timer_tick (void);
void timer_event_handler (struct event_entry *event);
/* *********************************************************************** */
#endif /* __TIMER_H__ */