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) │