2014-08-14 19:39:17 +02:00
|
|
|
$#undef tolua_reg_types
|
|
|
|
$#define tolua_reg_types tolua_reg_types_config
|
2014-06-13 02:34:57 +02:00
|
|
|
$#include "bind_config.h"
|
|
|
|
|
|
|
|
module eressea {
|
|
|
|
module config {
|
2014-06-17 17:46:22 +02:00
|
|
|
void config_reset @ reset(void);
|
2014-10-29 19:40:09 +01:00
|
|
|
int config_read @ read(const char *filename, const char *relpath);
|
2014-06-27 16:36:18 +02:00
|
|
|
int config_parse @ parse(const char *json);
|
2014-06-13 02:34:57 +02:00
|
|
|
}
|
|
|
|
}
|
2014-06-21 16:34:36 +02:00
|
|
|
|