summaryrefslogtreecommitdiff
path: root/gui/AboutDlg.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-14 01:42:36 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-14 01:42:36 +0000
commitdd25820ac8dfb3fa1168832db9bf56a1844e49ea (patch)
tree63b53b3bdcdeb15ee675b63d44f19f7e0002b2c3 /gui/AboutDlg.h
parent1aea114c973f6ec8990fe29bfda40fca3432f636 (diff)
downloadpcsxr-dd25820ac8dfb3fa1168832db9bf56a1844e49ea.tar.gz
moved about dialog box out of glade2 file
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48009 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/AboutDlg.h')
-rw-r--r--gui/AboutDlg.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/gui/AboutDlg.h b/gui/AboutDlg.h
new file mode 100644
index 00000000..e8b82aff
--- /dev/null
+++ b/gui/AboutDlg.h
@@ -0,0 +1,24 @@
+/* Pcsx - Pc Psx Emulator
+ * Copyright (C) 1999-2002 Pcsx Team
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+ */
+
+#ifndef ABOUTDLG_H
+#define ABOUTDLG_H
+
+void RunAboutDialog(void);
+
+#endif