mirror of https://github.com/PCSX2/pcsx2.git
11 lines
302 B
C
11 lines
302 B
C
|
#include <gtk/gtk.h>
|
||
|
|
||
|
|
||
|
void
|
||
|
on_Conf_Ok (GtkButton *button,
|
||
|
gpointer user_data);
|
||
|
|
||
|
void
|
||
|
on_Conf_Cancel (GtkButton *button,
|
||
|
gpointer user_data);
|