Home
last modified time | relevance | path

Searched refs:is_daytime_allowed (Results 1 – 3 of 3) sorted by relevance

/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Dhours.c74 is_daytime_allowed(int dtime, char *times) in is_daytime_allowed() function
99 return is_daytime_allowed(60 * tm->tm_hour + tm->tm_min, game_hours); in gamehours()
H A Dwantupd.c48 return is_daytime_allowed(60 * tm->tm_hour + tm->tm_min, in demand_update_time()
/dports/games/wolfpack/empire-4.4.1/include/
H A Dprototypes.h257 extern int is_daytime_allowed(int, char *);