core-legacy/config.h

12 lines
222 B
C
Raw Normal View History

2019-07-14 22:39:37 +00:00
#ifndef EMGAUWA_CORE_CONFIG_H
#define EMGAUWA_CORE_CONFIG_H
namespace config
{
extern int discover_max_client_backlog;
extern int discover_port_dev;
extern int discover_port;
}
#endif //EMGAUWA_CORE_CONFIG_H