summaryrefslogtreecommitdiff
path: root/Source/3rdParty/Luax/luax_ref.h
diff options
context:
space:
mode:
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