Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ skr_init_timer
Function
skr_init_timer
modules/core/core/src/core/time/timer.c:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"SkrCore/time.h"
2
3
void skr_init_timer(STimer* pTimer) { skr_timer_reset(pTimer); }
4
5
unsigned skr_timer_get_msec(STimer* pTimer, bool reset)
6
{
Callers
1
receiver_main
Function · 0.85
Calls
1
skr_timer_reset
Function · 0.85
Tested by
no test coverage detected