| 35 | }; |
| 36 | |
| 37 | void empty() { weight = repeat = 0; time = mintime = maxtime = minplayers = maxplayers = maxteamsize = teamthreshold = manual = restrict = -1; } |
| 38 | void add(configsetvalues u); |
| 39 | bool parse(char *keyval); |
| 40 | }; |
no outgoing calls
no test coverage detected