mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 11:43:23 +08:00
13 lines
187 B
C++
13 lines
187 B
C++
|
|
#pragma once
|
|
|
|
namespace python = boost::python;
|
|
|
|
namespace pykd {
|
|
|
|
python::list enumTagged();
|
|
|
|
python::list loadTaggedBuffer(const std::wstring &id_str);
|
|
|
|
} // namespace pykd
|