MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Reset

Method Reset

CobaltFusion/Timer.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void Timer::Reset()
27{
28 m_offset = 0;
29 m_init = false;
30}
31
32double Timer::Get()
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected