mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Move Lua wrapper code for Variants out of the Variant class file.
This commit is contained in:
@@ -46,9 +46,6 @@ public:
|
||||
Message(const std::string &name, const std::vector<Variant> &vargs = {});
|
||||
~Message();
|
||||
|
||||
int toLua(lua_State *L);
|
||||
static Message *fromLua(lua_State *L, int n);
|
||||
|
||||
const std::string name;
|
||||
const std::vector<Variant> args;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user