mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-05-01 05:33:22 +08:00
15 lines
332 B
C++
15 lines
332 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
#include <boost/python.hpp>
|
|
#include <boost/python/object.hpp>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
std::string
|
|
dbgCommand( const std::string &command );
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|