tb1/hiscore.h
2012-11-30 22:42:01 -05:00

3 lines
148 B
C

int showhiscore(tb1_state *game_state,int showchart,int show_highest);
void write_hs_list(tb1_state *game_state,int score,char *hiname,int wipe);