Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
201 B · 13 lines
C
at master
12345678910111213#pragma once
class PerformanceTimer{private: LARGE_INTEGER m_qwStartTime; float m_fSecsPerTick;
public: PerformanceTimer(); void Reset(); void PrintElapsedTime(const wstring &description);};