X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Ftimer.h;fp=src%2Ftimer.h;h=1edb670e2c322432af5daf8abc08ffd82267fdd9;hb=53fe9495a46d16106fa91cfa589e312e882428dd;hp=0000000000000000000000000000000000000000;hpb=aa4120fb3479bcd17f69c0c1cffea4fc9107975b;p=rodin%2Fchimara.git diff --git a/src/timer.h b/src/timer.h new file mode 100644 index 0000000..1edb670 --- /dev/null +++ b/src/timer.h @@ -0,0 +1,10 @@ +#ifndef TIMER_H +#define TIMER_H + +#include +#include "event.h" +#include "chimara-glk-private.h" + +G_GNUC_INTERNAL gboolean push_timer_event(gpointer data); + +#endif