summaryrefslogtreecommitdiff
path: root/gui/DebugMemory.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-10 10:05:27 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-04-10 10:05:27 +0000
commit45dac4a02a8ac6976dea295fd831bbcee0f8fd72 (patch)
treef2b830a7a0e667442646432d14f2ff5dc0d7a64f /gui/DebugMemory.h
parentce894d34418f20f937ca1dfa532fa3f9afb61fee (diff)
downloadpcsxr-45dac4a02a8ac6976dea295fd831bbcee0f8fd72.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44475 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/DebugMemory.h')
-rw-r--r--gui/DebugMemory.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/gui/DebugMemory.h b/gui/DebugMemory.h
new file mode 100644
index 00000000..07277158
--- /dev/null
+++ b/gui/DebugMemory.h
@@ -0,0 +1,25 @@
+/* Memory Viewer/Dumper for PCSX-Reloaded
+ *
+ * Copyright (C) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
+ *
+ * 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 Steet, Fifth Floor, Boston, MA 02111-1307 USA
+ */
+
+#ifndef DEBUGMEMORY_H
+#define DEBUGMEMORY_H
+
+void RunDebugMemoryDialog();
+
+#endif