bygfoot/src/misc2_callback_func.h

26 lines
418 B
C
Raw Normal View History

2005-03-21 12:52:41 +01:00
#ifndef MISC2_CALLBACK_FUNC_H
#define MISC2_CALLBACK_FUNC_H
#include "bygfoot.h"
2005-05-27 20:48:36 +02:00
void
misc2_callback_transfer_cpu_player(void);
2005-03-21 12:52:41 +01:00
void
misc2_callback_transfer_user_player(void);
2005-04-06 12:19:43 +02:00
gboolean
2005-03-24 19:04:31 +01:00
misc2_callback_change_structure(gint structure);
2005-03-25 21:18:35 +01:00
void
misc2_callback_contract_offer(void);
2005-03-27 19:59:57 +02:00
void
misc2_callback_add_user(void);
2005-08-22 15:37:02 +02:00
void
misc2_callback_mmatches_button_press(GtkWidget *widget, gint row_num, gint col_num);
2005-03-21 12:52:41 +01:00
#endif