mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
15 lines
456 B
C
15 lines
456 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);
|