vnpy/binding/generator/templates/wrappers.hpp

14 lines
186 B
C++
Raw Normal View History

2019-01-22 10:15:47 +00:00
#pragma once
#include <pybind11/pybind11.h>
#include "dispatcher.hpp"
#include "property_helper.hpp"
#include "wrapper_helper.hpp"
#include "class_generators.h"
$includes
$wrappers