summaryrefslogtreecommitdiff
path: root/make/modules.cpp
blob: 8cd6d2d90645ea492aa523037ef3bf630b841783 (plain)
1
2
3
4
5
6
7
8
9
10
#include <binding/binding.h>

extern "C" int luaopen_lpeglabel (lua_State *L);
static ::bee::lua::callfunc _init(::bee::lua::register_module, "lpeglabel", luaopen_lpeglabel);

#ifdef CODE_FORMAT
extern "C" int luaopen_code_format(lua_State *L);
static ::bee::lua::callfunc _init_code_format(::bee::lua::register_module, "code_format",
                                  luaopen_code_format);
#endif