summaryrefslogtreecommitdiff
path: root/Source/3rdParty/Luax/luax_ref.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-12 00:39:26 +0800
committerchai <chaifix@163.com>2019-03-12 00:39:26 +0800
commit70b82d1981c0de3c7b77670ff8abcfeb26815142 (patch)
treef69c05bcd204cc3f9bf745be37a2ba5911e52436 /Source/3rdParty/Luax/luax_ref.h
parentc19a282e10f51ddd50d198b903f8fbd5a2238b62 (diff)
*misc
Diffstat (limited to 'Source/3rdParty/Luax/luax_ref.h')
-rw-r--r--Source/3rdParty/Luax/luax_ref.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/Source/3rdParty/Luax/luax_ref.h b/Source/3rdParty/Luax/luax_ref.h
index e69de29..122c448 100644
--- a/Source/3rdParty/Luax/luax_ref.h
+++ b/Source/3rdParty/Luax/luax_ref.h
@@ -0,0 +1,27 @@
+#ifndef __LUAX_REF_H__
+#define __LUAX_REF_H__
+
+namespace Luax
+{
+
+ ///
+ /// Lua referenceLUA_REGISTRYINDEXĴ档
+ ///
+ class LuaxRef
+ {
+
+ };
+
+ class LuaxStrongRef: public LuaxRef
+ {
+
+ };
+
+ class LuaxWeakRef : public LuaxRef
+ {
+
+ };
+
+}
+
+#endif \ No newline at end of file