aboutsummaryrefslogtreecommitdiff
path: root/src/lua/embed/graphics.lua.h
blob: 85cf9794ccc30db569170ad864bf72ded7cfedc1 (plain)
1
2
3
4
5
6
7
8
/* graphics.lua */
static const char* graphics_lua = R"(
-----------------
-- jin.graphics 
-----------------

jin.graphics = jin.graphics or {} 
)";