diff options
Diffstat (limited to 'PcsxSrc/Linux/GladeGui.h')
-rw-r--r-- | PcsxSrc/Linux/GladeGui.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/PcsxSrc/Linux/GladeGui.h b/PcsxSrc/Linux/GladeGui.h new file mode 100644 index 0000000..780f270 --- /dev/null +++ b/PcsxSrc/Linux/GladeGui.h @@ -0,0 +1,9 @@ +/*
+ * DO NOT EDIT THIS FILE - it is generated by Glade.
+ */
+
+GtkWidget* create_MainWindow (void);
+GtkWidget* create_AboutDlg (void);
+GtkWidget* create_ConfDlg (void);
+GtkWidget* create_CpuDlg (void);
+GtkWidget* create_McdsDlg (void);
|