12 lines
222 B
C
12 lines
222 B
C
|
#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
|