Home
last modified time | relevance | path

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

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/script/
H A DScript.h120 struct SCR_TIMER { struct
133 inline SCR_TIMER() : name(), exist(0), flags(0), times(0), in SCR_TIMER() function
136 inline void reset() { in reset()