From 4244c69184602efff78b77ea72a5da44b650b4ad Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Fri, 26 Jul 2024 14:06:16 +0200 Subject: reworks preparing for rpc translation --- modules/tools/c++/lang_bind/c_rpc.hpp | 7 +++++++ modules/tools/c++/lang_bind/c_rpc_base.hpp | 7 +++++++ modules/tools/c++/lang_bind/c_rpc_headers.hpp | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 modules/tools/c++/lang_bind/c_rpc.hpp create mode 100644 modules/tools/c++/lang_bind/c_rpc_base.hpp create mode 100644 modules/tools/c++/lang_bind/c_rpc_headers.hpp (limited to 'modules/tools/c++/lang_bind') diff --git a/modules/tools/c++/lang_bind/c_rpc.hpp b/modules/tools/c++/lang_bind/c_rpc.hpp new file mode 100644 index 0000000..75c2f7c --- /dev/null +++ b/modules/tools/c++/lang_bind/c_rpc.hpp @@ -0,0 +1,7 @@ +#pragma once + +#include "c_rpc_types.hpp" + +namespace saw { + +} diff --git a/modules/tools/c++/lang_bind/c_rpc_base.hpp b/modules/tools/c++/lang_bind/c_rpc_base.hpp new file mode 100644 index 0000000..cddae54 --- /dev/null +++ b/modules/tools/c++/lang_bind/c_rpc_base.hpp @@ -0,0 +1,7 @@ +#pragma once + +namespace saw { +namespace lang { +struct RpcC {}; +} +} diff --git a/modules/tools/c++/lang_bind/c_rpc_headers.hpp b/modules/tools/c++/lang_bind/c_rpc_headers.hpp new file mode 100644 index 0000000..931eb2c --- /dev/null +++ b/modules/tools/c++/lang_bind/c_rpc_headers.hpp @@ -0,0 +1,7 @@ +#pragma once + +#include "c_rpc_base.hpp" + +namespace saw { + +} -- cgit v1.2.3