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