mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-03-13 01:00:15 +01:00
12 lines
370 B
C
12 lines
370 B
C
|
#include <gtk/gtk.h>
|
||
|
|
||
|
|
||
|
gboolean
|
||
|
on_window_training_camp_delete_event (GtkWidget *widget,
|
||
|
GdkEvent *event,
|
||
|
gpointer user_data);
|
||
|
|
||
|
void
|
||
|
on_b_cancel_clicked (GtkButton *button,
|
||
|
gpointer user_data);
|