// // Created by joe on 9/3/15. // #ifndef POMODORI_TOTIMER_H #define POMODORI_TOTIMER_H #include #include "logging.h" #include "glib.h" bool notify(gpointer user_data); int settimer(tres* lastres,guint32 wait); #endif //POMODORI_TOTIMER_H