From 3f045c84a3939d29cc842b0a28b4330585e8f118 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 10 Mar 2023 11:19:44 +0100 Subject: [PATCH] document the new senseglove core types module --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2abfdfcd..0495852d 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ Source │ ├── SenseGloveCoreKismet (SGCoreCpp functionality exposed to Blueprints) │ + ├── SenseGloveCoreTypes (exposes special public types from the SenseGloveCore module in order to be shared by with other modules) + │ ├── SenseGloveEditor (the Editor module) │ ├── SenseGloveInterop (internally used for interoperability between RTTI disabled/enabled modules) @@ -88,7 +90,7 @@ Source │ ├── SenseGloveLog (the internal log module) │ - ├── SenseGloveTypes (exposes various enums from the backend libraries) + ├── SenseGloveTypes (exposes various enums from the backend libraries and also types from the SenseGlove module) │ ├── SenseGloveUtils (the internal utility module) │