summaryrefslogtreecommitdiff
path: root/modules/tools/c++/lang_bind
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tools/c++/lang_bind')
-rw-r--r--modules/tools/c++/lang_bind/c_rpc.hpp7
-rw-r--r--modules/tools/c++/lang_bind/c_rpc_base.hpp7
-rw-r--r--modules/tools/c++/lang_bind/c_rpc_headers.hpp7
3 files changed, 21 insertions, 0 deletions
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 {
+
+}