diff options
author | chai <chaifix@163.com> | 2019-01-13 09:36:13 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-13 09:36:13 +0800 |
commit | 2fb6b09dcf2ceb09cf021adb4a89f4c1255d5558 (patch) | |
tree | 7d8045be6920b532319f07d27d39bd4a2765044b /Source/3rdParty/Luax/luax_module.cpp | |
parent | 63b5a5fab9e41a2644ab43f23d661dd5f804cf1c (diff) |
+luax
Diffstat (limited to 'Source/3rdParty/Luax/luax_module.cpp')
-rw-r--r-- | Source/3rdParty/Luax/luax_module.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/3rdParty/Luax/luax_module.cpp b/Source/3rdParty/Luax/luax_module.cpp new file mode 100644 index 0000000..94de1a6 --- /dev/null +++ b/Source/3rdParty/Luax/luax_module.cpp @@ -0,0 +1,8 @@ +#include "luax_module.h" + +namespace Luax +{ + + + +}
\ No newline at end of file |