diff options
author | chai <chaifix@163.com> | 2018-08-16 14:21:56 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-16 14:21:56 +0800 |
commit | 8585c92b7d0744a1f1a39c872cf5096621161b6c (patch) | |
tree | 6aa02138f39f7b11ab17c7399064353092b8df0c /src/lua/graphics/JSL.cpp | |
parent | be9b27dbf550093b555ab3087c11b38c89ab9fd0 (diff) |
*update
Diffstat (limited to 'src/lua/graphics/JSL.cpp')
-rw-r--r-- | src/lua/graphics/JSL.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/lua/graphics/JSL.cpp b/src/lua/graphics/JSL.cpp deleted file mode 100644 index 42ec2c8..0000000 --- a/src/lua/graphics/JSL.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include "JSL.h" - -namespace jin -{ -namespace lua -{ -namespace graphics -{ - - JSLProgram* JSLProgram::currentJSLProgram = nullptr; - JSLProgram* JSLProgram::createJSLProgram(const char* program) - { - JSLProgram* jslprogram = new JSLProgram(); - jslprogram->jslprogram = jin::graphics::JSLProgram::createJSLProgram(program); - return jslprogram; - } - -} // graphics -} // lua -} // jin
\ No newline at end of file |