From 9edf2ba9fe8524976d2f298767fff0149e8c0d41 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 17 May 2018 19:12:18 +0800 Subject: change file tree --- src/script/embed/graphics.lua.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/script/embed/graphics.lua.h (limited to 'src/script/embed/graphics.lua.h') diff --git a/src/script/embed/graphics.lua.h b/src/script/embed/graphics.lua.h new file mode 100644 index 0000000..85cf979 --- /dev/null +++ b/src/script/embed/graphics.lua.h @@ -0,0 +1,8 @@ +/* graphics.lua */ +static const char* graphics_lua = R"( +----------------- +-- jin.graphics +----------------- + +jin.graphics = jin.graphics or {} +)"; -- cgit v1.1-26-g67d0