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>
2025-01-30 02:10:38 +00:00
#include <stdint.h>
bool start_sanity_timer(uint32_t milliseconds_to_expire);
2025-01-31 02:11:10 +00:00
void end_sanity_timer(void);
#endif // TWN_TIMER_H