Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/System/Misc/
H A DSpringTime.h121 …static spring_time fromMilliSecs(const int64 ms) { return spring_time_native(spring_clock::FromMil… in fromMilliSecs() function
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaUnsyncedRead.cpp1592 const spring_time dt = spring_time::fromMilliSecs(t1 - t2); in DiffTimers()