diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-05 16:03:48 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-05 16:03:48 +0100 |
commit | b770475741b7c33d57331f3139c55a3f237ad274 (patch) | |
tree | a0498c3aad476352f0e2fa0afded15d6cd077cb3 /contributing.md | |
parent | 74533e9fbcd0360950daec4dc297e48e30a8a2d0 (diff) |
create facade folder
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. |