aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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