aboutsummaryrefslogtreecommitdiff
path: root/contributing.md
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-05 16:03:48 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-05 16:03:48 +0100
commitb770475741b7c33d57331f3139c55a3f237ad274 (patch)
treea0498c3aad476352f0e2fa0afded15d6cd077cb3 /contributing.md
parent74533e9fbcd0360950daec4dc297e48e30a8a2d0 (diff)
create facade folder
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md1
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.