Apply formating to all files. CLeanup

This commit is contained in:
IlyaShurupov 2023-10-22 17:07:28 +03:00 committed by Ilya Shurupov
parent b4ae5dde77
commit 91fb72bd49
928 changed files with 14515 additions and 21479 deletions

View file

@ -15,7 +15,6 @@ namespace tp {
time_ms mDuration;
public:
Timer();
explicit Timer(time_ms time);
@ -41,7 +40,8 @@ namespace tp {
Timer time;
halni fps = 0;
FpsCounter() : time(1000) {}
FpsCounter() :
time(1000) {}
void update(bool log = true) {
frames++;