diff options
Diffstat (limited to 'contributing.md')
-rw-r--r-- | contributing.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md index 35d777d..2fe46f7 100644 --- a/contributing.md +++ b/contributing.md @@ -403,6 +403,7 @@ that you can click on to open them. |`crepe/api/`|User-facing APIs| |`crepe/util/`|Standalone utilities and helper functions| |`crepe/system/`|(ECS) system classes| + |`crepe/facade/`|Library façades| - Do not (indirectly) include private *dependency* headers in API header files, as these are no longer accessible when the engine is installed - All code is implemented under the `crepe` namespace. |