You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/pybind/common.hpp

23 lines
320 B
C++

#pragma once
#include <pybind11/pybind11.h>
namespace py = pybind11;
namespace llarp
{
void
Context_Init(py::module &mod);
void
CryptoTypes_Init(py::module &mod);
void
RouterContact_Init(py::module &mod);
namespace simulate
{
void
SimContext_Init(py::module &mod);
}
} // namespace llarp