mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
10 lines
302 B
C
10 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);
|