summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/includes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/includes.md b/docs/includes.md
index 50674627f..1c94a81ef 100644
--- a/docs/includes.md
+++ b/docs/includes.md
@@ -18,6 +18,7 @@ The include should be ordered like this and sorted alphabetically within each gr
- `versions.h` if needed
- remaining includes not in this list
- assets
+- `src/*.h`
- `libc64/*.h`
- `libu64/*.h`
- `ultra64.h` if needed
@@ -29,6 +30,7 @@ There should be no empty line between groups, except:
- after the main .h include(s)
- before and after assets includes if any
+- before and after `src/*.h` includes if any
- in-between assets includes, as needed
## Angle brackets vs quotes