diff options
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 |