From 45dac4a02a8ac6976dea295fd831bbcee0f8fd72 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 10 Apr 2010 10:05:27 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44475 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- gui/DebugMemory.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gui/DebugMemory.h (limited to 'gui/DebugMemory.h') 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 . + * + * 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 -- cgit v1.2.3