diff options
author | chai <chaifix@163.com> | 2018-09-10 07:17:50 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-10 07:17:50 +0800 |
commit | 8339939b7fce5236b1a933eef46e1dd4284a24aa (patch) | |
tree | f62c1cefb54e1e8b14fb91564b13d436accff1da /src/lua/embed/net.lua.h | |
parent | 6decddfd8470b44609e8c3aa144380f198b7b54c (diff) |
*update
Diffstat (limited to 'src/lua/embed/net.lua.h')
-rw-r--r-- | src/lua/embed/net.lua.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lua/embed/net.lua.h b/src/lua/embed/net.lua.h new file mode 100644 index 0000000..4d89dc7 --- /dev/null +++ b/src/lua/embed/net.lua.h @@ -0,0 +1,4 @@ +/* net.lua */ +static const char* net_lua = R"( +jin.net = jin.net or {} +)";
\ No newline at end of file |