mirror of
https://github.com/edubart/otclient.git
synced 2025-10-21 23:05:54 +02: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