mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-05 03:41:18 +01: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);
|