mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@498 a6443dda-0b58-4228-96e9-037be469359c
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);
|