mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-22 09:34:29 +00:00
a80dfabca8
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1156 96395faa-99c1-11dd-bbfe-3dabce05a288
35 lines
576 B
C
35 lines
576 B
C
#ifdef HAVE_CONFIG_H
|
|
# include <config.h>
|
|
#endif
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
#include "callbacks.h"
|
|
#include "interface.h"
|
|
#include "support.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)
|
|
{
|
|
|
|
}
|
|
|