townengine/src/twn_timer_c.h

11 lines
193 B
C
Raw Normal View History

#ifndef TWN_TIMER_H
#define TWN_TIMER_H
#include <stdbool.h>
#include <stdbit.h>
bool start_sanity_timer(uint32_t milliseconds_to_expire);
bool end_sanity_timer(void);
#endif // TWN_TIMER_H