We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1dc81 commit 3748ea6Copy full SHA for 3748ea6
make/modules.cpp
@@ -1,4 +1,4 @@
1
-#include <bee/lua/binding.h>
+#include <binding/binding.h>
2
3
extern "C" int luaopen_lpeglabel (lua_State *L);
4
static ::bee::lua::callfunc _init(::bee::lua::register_module, "lpeglabel", luaopen_lpeglabel);
0 commit comments