vnpy/binding/generator/templates/class_generators.h
2019-01-23 03:41:03 -04:00

14 lines
177 B
C

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