Home
last modified time | relevance | path

Searched defs:timestamp_elapsed (Results 1 – 2 of 2) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/io/
H A Dtimer.h107 #define timestamp_elapsed( stamp ) ( (stamp!=0) ? (timestamp_ticker >= (stamp) ? 1 : 0) : 0 ) macro
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/io/
H A Dtimer.cpp212 bool timestamp_elapsed(int stamp) { in timestamp_elapsed() function