aboutsummaryrefslogtreecommitdiff
path: root/src/lua/embed/graphics.lua.h
blob: 1414efc80021d5c1de5097d42f6143bad410cd16 (plain)
1
2
3
4
/* graphics.lua */
static const char* graphics_lua = R"(
jin.graphics = jin.graphics or {} 
)";