Changes to the style guide #4

Merged
N0ffie merged 2 commits from documentation-changes into main 2025-04-12 20:34:41 +02:00
Showing only changes of commit d2ff63b087 - Show all commits

View file

@ -18,7 +18,7 @@ This document outlines the coding standards and best practices for the CIGUI lib
- Header files: `.hpp` for C++ headers, `.h` for C-compatible headers
- Implementation files: `.cpp`
- Template implementation files: `.inl`
- File names: PascalCase (e.g., `grid_layout.hpp`)
- File names: PascalCase (e.g., `GridLayout.hpp`)
#### Classes and Types