mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 19:53:22 +08:00
11 lines
265 B
C++
11 lines
265 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
std::string
|
|
dbgLoadDump( const std::string &dumpName );
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|