mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
vcmi: modernize lua
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
//pop from the top of stack
|
||||
LuaReference(lua_State * L);
|
||||
|
||||
LuaReference(LuaReference && other);
|
||||
LuaReference(LuaReference && other) noexcept;
|
||||
~LuaReference();
|
||||
|
||||
void push();
|
||||
|
||||
Reference in New Issue
Block a user