summaryrefslogtreecommitdiff
path: root/make/modules.cpp
blob: f72fc058f7c0b7b2eef74d4e37a3ca970067eca0 (plain)
1
2
3
4
#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);