mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-10 14:52:58 +02:00
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);
|