#ifndef _RECHARGE_H_ #define _RECHARGE_H_ #include bool is_charged(); void recharge(double timer, const char *icon); #endif