server/src/config.pkg
Enno Rehling 804734d013 MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable)
make a single object from all generated binding code.
this setup is unusual, but easier to maintain.
2014-08-14 19:39:17 +02:00

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);
}
}