master
add tasks
move game, engine and etc to 05-game
Merge pull request #1 from CHARGEBRAINS/patch-2
remove CRLF add LF only
Clion helps to update .clang-format so reformat everything with command: find . -regex '.*\.\(cxx\|hxx\|cc\|cxx\)' -exec clang-format -style=file -i {} \;
fix compilation on Fedora 36