Home
last modified time | relevance | path

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

/netbsd-src/games/rogue/
H A Drogue.h426 struct rogue_time { struct
427 short year; /* >= 1987 */
428 short month; /* 1 - 12 */
429 short day; /* 1 - 31 */
430 short hour; /* 0 - 23 */
431 short minute; /* 0 - 59 */
432 short second; /* 0 - 59 */