aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-08 13:41:57 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-08 13:41:57 +0200
commitc43acf19e375830f30396936a82e351d576110ef (patch)
tree9a462a6a2ad325c22cd2482241370c8929a60d45
parent2969fe8c0fca4826ca129fe12d2e125bb7955c78 (diff)
update contributing.md
-rw-r--r--contributing.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md
index b79f7a7..4fab937 100644
--- a/contributing.md
+++ b/contributing.md
@@ -36,6 +36,8 @@
as these are no longer accessible when the engine is installed
- Getter and setter functions are appropriately prefixed with `get_` and
`set_`.
+- Header files declare either a single class or symbols within a single
+ namespace.
## CMakeLists specific