vnpy/binding/generator/templates/wrappers.hpp
2019-01-23 03:41:03 -04:00

14 lines
186 B
C++

#pragma once
#include <pybind11/pybind11.h>
#include "dispatcher.hpp"
#include "property_helper.hpp"
#include "wrapper_helper.hpp"
#include "class_generators.h"
$includes
$wrappers