From 0050a4d59297604f4e692e4657bd34b1ec3a2474 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 29 Mar 2024 01:47:21 +0100 Subject: tools: Working towards struct gen --- modules/tools/c++/c_gen_iface.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/tools/c++/c_gen_iface.hpp') diff --git a/modules/tools/c++/c_gen_iface.hpp b/modules/tools/c++/c_gen_iface.hpp index 96e8060..e748d24 100644 --- a/modules/tools/c++/c_gen_iface.hpp +++ b/modules/tools/c++/c_gen_iface.hpp @@ -485,6 +485,12 @@ struct lang_bind, binding::SyncC> { template struct lang_bind...>, binding::SyncC> { using Schema = schema::Struct...>; + + template + static error_or generate_translation_func(std::string& buff, const std::string_view& prefix, bool c_to_cpp){ + + return void_t{}; + } template static error_or generate_ele(const language_binding_config& cfg, language_binding_state& state, int64_t id){ -- cgit v1.2.3