Files
lief-project-LIEF/api/python/src/DWARF/pyDwarf.hpp
T
2024-07-13 07:51:52 +02:00

13 lines
191 B
C++

#ifndef PY_LIEF_DBG_DWARF_H
#define PY_LIEF_DBG_DWARF_H
#include "pyLIEF.hpp"
namespace LIEF::dwarf::py {
namespace dw = LIEF::dwarf;
template<class T>
void create(nb::module_&);
}
#endif