diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-08 13:41:57 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-08 13:41:57 +0200 |
commit | c43acf19e375830f30396936a82e351d576110ef (patch) | |
tree | 9a462a6a2ad325c22cd2482241370c8929a60d45 /contributing.md | |
parent | 2969fe8c0fca4826ca129fe12d2e125bb7955c78 (diff) |
update contributing.md
Diffstat (limited to 'contributing.md')
-rw-r--r-- | contributing.md | 2 |
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 |