mirror of
https://github.com/edubart/otclient.git
synced 2025-12-16 13:49:47 +01:00
revise network system
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
|
||||
void LuaInterface::registerFunctions()
|
||||
{
|
||||
// easy typing _1, _2, ...
|
||||
using namespace std::placeholders;
|
||||
|
||||
// UIWidget
|
||||
g_lua.registerClass<UIWidget>();
|
||||
g_lua.bindClassStaticFunction<UIWidget>("create", &UIWidget::create);
|
||||
|
||||
Reference in New Issue
Block a user