Separated library source code from testing code, fixing #6
[rodin/chimara.git] / libchimara / timer.h
diff --git a/libchimara/timer.h b/libchimara/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