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

jin.graphics = jin.graphics or {} 

)";