Home
last modified time | relevance | path

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

/dports/emulators/hugo/hugo-2.12/
H A Dnetplay.h59 extern const int MIN_NUMBER_PLAYER;
H A Dhugod.c73 || (atoi (optarg) < MIN_NUMBER_PLAYER)) in read_arguments()
H A Dnetplay.c56 const int MIN_NUMBER_PLAYER = 1; variable