ddnet/src/base/types.h
heinrich5991 6600024f24 Allow multiple addresses per server in the serverbrowser
Support is incomplete for `leak_ip_address_to_all_servers` (will only
ping the first address of each server) and for the `leak_ip` setting
(which will also only ping the first address of each server).
2022-07-10 16:52:07 +02:00

12 lines
112 B
C

#ifndef BASE_TYPES_H
#define BASE_TYPES_H
enum class TRISTATE
{
NONE,
SOME,
ALL,
};
#endif // BASE_TYPES_H