summaryrefslogtreecommitdiff
path: root/c/event.h
blob: 9153116ed8bac39f7f4ee713397b33a5096314e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __events_h
#define __events_h

/*! Time at which the last event with a timestamp occured. */
extern Time event_lasttime;

void event_startup();
void event_shutdown();

void event_loop();

#endif