|
|
|
@ -30,4 +30,23 @@ namespace rathena {
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Brokk_Config {
|
|
|
|
|
uint32 brokk_ip; /// the address to bind to
|
|
|
|
|
uint16 brokk_port; /// the port to bind to
|
|
|
|
|
bool log_login; /// whether to log login server actions or not
|
|
|
|
|
char date_format[32]; /// date format used in messages
|
|
|
|
|
bool console; /// console input system enabled?
|
|
|
|
|
|
|
|
|
|
char loginconf_name[256]; /// name of main config file
|
|
|
|
|
char msgconf_name[256]; /// name of msg_conf config file
|
|
|
|
|
char lanconf_name[256]; /// name of lan config file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef VIP_ENABLE
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
extern struct Brokk_Config brokk_config;
|
|
|
|
|
#endif /* BROKK_HPP */
|
|
|
|
|