mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Format source code using clang-format
This commit is contained in:
5
Timer.h
5
Timer.h
@@ -3,8 +3,8 @@
|
||||
#ifndef TimerH
|
||||
#define TimerH
|
||||
|
||||
namespace Timer {
|
||||
|
||||
namespace Timer
|
||||
{
|
||||
|
||||
double __fastcall GetTime();
|
||||
|
||||
@@ -26,7 +26,6 @@ double __fastcall GetFPS();
|
||||
void __fastcall ResetTimers();
|
||||
|
||||
void __fastcall UpdateTimers(bool pause);
|
||||
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user