* Added timer support
[projects/chimara/chimara.git] / src / timer.h
diff --git a/src/timer.h b/src/timer.h
new file mode 100644 (file)
index 0000000..1edb670
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef TIMER_H
+#define TIMER_H
+
+#include <glib.h>
+#include "event.h"
+#include "chimara-glk-private.h"
+
+G_GNUC_INTERNAL gboolean push_timer_event(gpointer  data);
+
+#endif