diff options
Diffstat (limited to 'plugins/recharge/recharge.h')
-rw-r--r-- | plugins/recharge/recharge.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/recharge/recharge.h b/plugins/recharge/recharge.h new file mode 100644 index 0000000..7c0dc88 --- /dev/null +++ b/plugins/recharge/recharge.h @@ -0,0 +1,9 @@ +#ifndef _RECHARGE_H_ +#define _RECHARGE_H_ + +#include <stdbool.h> + +bool is_charged(); +void recharge(double timer, const char *icon); + +#endif |