1edb670e2c322432af5daf8abc08ffd82267fdd9
[rodin/chimara.git] / libchimara / timer.h
1 #ifndef TIMER_H
2 #define TIMER_H
3
4 #include <glib.h>
5 #include "event.h"
6 #include "chimara-glk-private.h"
7
8 G_GNUC_INTERNAL gboolean push_timer_event(gpointer  data);
9
10 #endif