Closed Master92 closed 1 year ago
I would also recommend that we also standardize the include guard to use #pragma once for all files.
I would also recommend that we also standardize the include guard to use #pragma once for all files.
Totally agreed! I'll update this PR in the next few hours 👍
Please solve the conflicts.
Force-pushed due to rebase to current main HEAD resolving the merge-conflict.
This is only a cosmetic change and shouldn't make the software behave any different to as it was before. Binary diff says:
The only reason for this PR is that you effectively can't write any cpp code right now without considering which include has to declared
extern "C"
and which doesn't.