diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2026-09-17 12:23:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-17 12:23:15 +0200 |
| commit | 5d80451f3109232d05432f67d8425ff5e7bef68a (patch) | |
| tree | 3b1c710d7c45c4f1247ed3e9f06c268af03acb02 /docs | |
| parent | c2aff68a86400830e0264a07024214671d4161a7 (diff) | |
* Remove src/ from include path
* Define includes ordering for src/ includes
* Update includes.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/includes.md | 2 |
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 |
