mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 19:53:22 +08:00
13 lines
345 B
C++
13 lines
345 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
#include <boost/python.hpp>
|
|
#include <boost/python/object.hpp>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
boost::python::object
|
|
loadRegister( const std::string ®isterName );
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////
|