]> git.lizzy.rs Git - dungeon_game.git/blob - plugins/recharge/recharge.h
Add charged hits
[dungeon_game.git] / plugins / recharge / recharge.h
1 #ifndef _RECHARGE_H_
2 #define _RECHARGE_H_
3
4 #include <stdbool.h>
5
6 bool is_charged();
7 void recharge(double timer, const char *icon);
8
9 #endif