diff options
author | chai <chaifix@163.com> | 2021-10-18 19:56:41 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-18 19:56:41 +0800 |
commit | 45328cbadd8a946c19a77301f218efbf650e2f28 (patch) | |
tree | 8ec4f3a9737b2cbb9744f8347a56783743be2a4c /Runtime/Lua/LuaBind/LuaBindMemberRef.cpp | |
parent | b5702ece4c2cf751c252e76fb885a7ec41ccabe8 (diff) |
*misc
Diffstat (limited to 'Runtime/Lua/LuaBind/LuaBindMemberRef.cpp')
-rw-r--r-- | Runtime/Lua/LuaBind/LuaBindMemberRef.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Runtime/Lua/LuaBind/LuaBindMemberRef.cpp b/Runtime/Lua/LuaBind/LuaBindMemberRef.cpp new file mode 100644 index 0000000..e680cce --- /dev/null +++ b/Runtime/Lua/LuaBind/LuaBindMemberRef.cpp @@ -0,0 +1,16 @@ +#include "LuaBindMemberRef.h" + +namespace LuaBind +{ + + MemberRef::MemberRef() + : refID(LUA_NOREF) + { + } + + MemberRef::~MemberRef() + { + + } + +}
\ No newline at end of file |