forked from github/server
804734d013
make a single object from all generated binding code. this setup is unusual, but easier to maintain.
12 lines
276 B
Text
12 lines
276 B
Text
$#undef tolua_reg_types
|
|
$#define tolua_reg_types tolua_reg_types_config
|
|
$#include "bind_config.h"
|
|
|
|
module eressea {
|
|
module config {
|
|
void config_reset @ reset(void);
|
|
int config_read @ read(const char *filename);
|
|
int config_parse @ parse(const char *json);
|
|
}
|
|
}
|
|
|