bygfoot/src/callback_func.h

28 lines
364 B
C
Raw Normal View History

#ifndef CALLBACK_FUNC_H
#define CALLBACK_FUNC_H
#include "bygfoot.h"
void
callback_show_next_live_game(void);
void
callback_player_clicked(gint idx, GdkEventButton *event);
2005-03-11 18:18:51 +01:00
void
callback_show_last_match(void);
2005-03-14 18:47:27 +01:00
void
callback_show_fixtures(gint type);
void
callback_show_tables(gint type);
2005-03-17 21:26:01 +01:00
void
callback_pay_loan(void);
void
callback_get_loan(void);
#endif