summaryrefslogtreecommitdiff
path: root/make/modules.cpp
blob: 802e69161b01bb9f86c711c45cffbf7dd2346319 (plain)
1
2
3
4
5
6
7
8
9
10
#include <bee/lua/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