Cnage include to follow new rule

This commit is contained in:
Nikola Petrov
2024-03-05 02:09:15 +01:00
parent e5f9e8d7f3
commit c3f4c17d6e
6 changed files with 12 additions and 6 deletions

View File

@@ -17,4 +17,9 @@
- Header (.h) Files:
- Declare public methods and attributes first, followed by private members.
- Implementation (.cpp) Files:
- Implement methods in the same order as declared in the corresponding header file.
- Implement methods in the same order as declared in the corresponding header file.
## Include order
- Std
- external raylib
- local ( form inc dir )