Remove dumb line

This commit is contained in:
Tulpen 2023-05-28 20:03:46 +01:00
parent 2eec91d6c1
commit 53675a789c

View file

@ -22,7 +22,6 @@ There should be one class per file.
// Use header in current dir
#include "relative-header"
```
`..` should be avoided within "relative" headers in the event it causes issues for packagers.<br>
Include guards should be handled via `#pragma once`.
## Variables
Variables should be camelCase and be named to make it obvious what their purpose is.<br>