1 // -----------------------------------------------
3 // -----------------------------------------------
4 // Statistics of gameplay for KBall
5 // -----------------------------------------------
8 // In loving memory of my father
9 // -----------------------------------------------
22 void reset(); // reset stats
25 void print(BITMAP
*bmp
, int y
, int color_fg
, int color_bg
, FONT
*f
); // print stats
27 void add_time(int h
, int m
, int s
); // use this to update time, will keep it ok
29 // time stats (total time of gameplay)