1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2025-03-17 11:10:09 +01:00
bygfoot/src/misc_callback_func.h

22 lines
345 B
C
Raw Normal View History

2004-12-23 12:58:39 +00:00
#ifndef MISC_CALLBACK_FUNC_H
#define MISC_CALLBACK_FUNC_H
#include "bygfoot.h"
void
misc_callback_start_game(void);
2004-12-23 12:58:39 +00:00
void
misc_callback_show_team_list(GtkWidget *widget, const gchar *country_file);
void
misc_callback_add_player(void);
void
misc_callback_remove_user(GdkEventButton *event);
void
misc_callback_pause_live_game(void);
2004-12-23 12:58:39 +00:00
#endif