Codebase list gtkballs / debian/3.1.5-9 src / halloffame.h
debian/3.1.5-9

Tree @debian/3.1.5-9 (Download .tar.gz)

halloffame.h @debian/3.1.5-9raw · 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