2014-08-14 19:39:17 +02:00
|
|
|
$#undef tolua_reg_types
|
|
|
|
$#define tolua_reg_types tolua_reg_types_game
|
2014-06-18 03:12:24 +02:00
|
|
|
$#include "config.h"
|
|
|
|
$#include "bind_eressea.h"
|
|
|
|
|
|
|
|
module eressea {
|
|
|
|
module game {
|
|
|
|
void eressea_free_game @ reset(void);
|
|
|
|
int eressea_read_game @ read(const char *filename);
|
|
|
|
int eressea_write_game @ write(const char *filename);
|
|
|
|
int eressea_export_json @ export(const char *filename, int flags);
|
|
|
|
int eressea_import_json @ import(const char *filename);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|