Play-/Source/ui_win32/DebugUtils.h
2015-05-06 01:27:59 -04:00

15 lines
342 B
C++

#ifndef _DEBUGUTILS_H_
#define _DEBUGUTILS_H_
#include "tcharx.h"
#include "../MIPS.h"
#include "../BiosDebugInfoProvider.h"
namespace DebugUtils
{
std::tstring PrintAddressLocation(uint32, CMIPS*, const BiosDebugModuleInfoArray&);
const BIOS_DEBUG_MODULE_INFO* FindModuleAtAddress(const BiosDebugModuleInfoArray&, uint32);
}
#endif