Codebase list gtkballs / debian/latest src / halloffame.h
debian/latest

Tree @debian/latest (Download .tar.gz)

halloffame.h @debian/latestraw · 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