mirror of https://github.com/PCSX2/pcsx2.git
15 lines
442 B
C
15 lines
442 B
C
|
#include <gtk/gtk.h>
|
||
|
|
||
|
|
||
|
void
|
||
|
OnConf_Ok (GtkButton *button,
|
||
|
gpointer user_data);
|
||
|
|
||
|
void
|
||
|
OnConf_Cancel (GtkButton *button,
|
||
|
gpointer user_data);
|
||
|
|
||
|
void
|
||
|
OnAbout_Ok (GtkButton *button,
|
||
|
gpointer user_data);
|