From 0bd8cd5681e44e62a92a4bdf3c68cb229b38a579 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 21 Feb 2023 17:14:05 +0100 Subject: [PATCH] add the android module to the directory tree --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 440ab676..fbdc8aff 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ Source │ ├── SenseGlove (the UE-specific high-level API) │ + ├── SenseGloveAndroid (the Android-specific module) + │ ├── SenseGloveBuildHacks (uses Exceptions and RTTI, internally used for compiler-specific build hacks) │ ├── SenseGloveConnect (exposes part of the SGConnect low-level API to C++)