vnpy/binding/generator/templates/class_generators.h

14 lines
177 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"
$includes
$class_generator_declarations