bygfoot/src/callback_func.h

61 lines
861 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
2005-05-08 08:15:35 +02:00
callback_show_last_match(gboolean start);
2005-03-11 18:18:51 +01:00
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);
2005-03-19 21:04:08 +01:00
void
2005-05-27 20:48:36 +02:00
callback_transfer_list_clicked(gint button, gint idx);
2005-03-19 21:04:08 +01:00
2005-03-25 11:54:54 +01:00
void
callback_offer_new_contract(gint idx);
2005-03-25 21:18:35 +01:00
void
callback_show_team(gint type);
2005-03-27 19:59:57 +02:00
void
callback_show_player_list(gint type);
void
callback_fire_player(gint idx);
2005-04-09 21:18:28 +02:00
void
callback_show_last_match_stats(void);
void
callback_show_fixtures_week(gint type);
2005-04-29 21:48:02 +02:00
void
callback_show_league_stats(gint type);
2005-05-02 16:39:30 +02:00
void
callback_show_season_history(gint type);
void
callback_show_next_opponent(void);
void
callback_show_player_team(void);
#endif