Home
last modified time | relevance | path

Searched refs:newTickCount (Results 1 – 1 of 1) sorted by relevance

/dports/games/avp/avp-20170505/src/win95/
H A Dio.c629 int newTickCount = timeGetTime(); in FrameCounterHandler() local
632 fcnt = newTickCount - lastTickCount; in FrameCounterHandler()
633 lastTickCount = newTickCount; in FrameCounterHandler()