Codebase list gtkballs / fd4f61f4-0164-487c-ab47-50cb860875c3/main src / halloffame.h
fd4f61f4-0164-487c-ab47-50cb860875c3/main

Tree @fd4f61f4-0164-487c-ab47-50cb860875c3/main (Download .tar.gz)

halloffame.h @fd4f61f4-0164-487c-ab47-50cb860875c3/mainraw · history · blame

1
2
3
4
5
6
7
#ifndef __HALLOFFAME_H__
#define __HALLOFFAME_H__

void show_hall_of_fame(GtkWidget *widget, gpointer data, struct score_board b[10]);
void show_hall_of_fame_cb(void);

#endif