From 79fae28344661d4bd767f984d9a2222dd4c22a8f Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 22 Mar 2024 21:20:36 +0100 Subject: [PATCH] add missing modules to the directory structure --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 55fc5458..434b8d1c 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,10 @@ Please note that modules postfixed with **Impl** are intended for interal use an │ ├── SenseGloveAndroid (the Android-specific module) │ + ├── SenseGloveBackend (responsible for initialization and deinitialization of the backend libraries) + │ + ├── SenseGloveBackendKismet (exposes Blueprints-specific functionality from the SenseGloveBackend module) + │ ├── SenseGloveBuildHacks (uses Exceptions and RTTI, internally used for compiler-specific build hacks) │ ├── SenseGloveConnect (exposes part of the SGConnect low-level API to C++)