Cnage include to follow new rule
This commit is contained in:
@@ -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 )
|
Reference in New Issue
Block a user