mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-19 19:17:14 +02:00
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2211 96395faa-99c1-11dd-bbfe-3dabce05a288
11 lines
325 B
C
11 lines
325 B
C
#include <gtk/gtk.h>
|
|
|
|
#define VERSION "0.4.6"
|
|
void
|
|
on_Conf_Ok (GtkButton *button,
|
|
gpointer user_data);
|
|
|
|
void
|
|
on_Conf_Cancel (GtkButton *button,
|
|
gpointer user_data);
|