diff options
Diffstat (limited to 'src/lua/embed/graphics.lua.h')
-rw-r--r-- | src/lua/embed/graphics.lua.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/embed/graphics.lua.h b/src/lua/embed/graphics.lua.h index 85cf979..c27baaf 100644 --- a/src/lua/embed/graphics.lua.h +++ b/src/lua/embed/graphics.lua.h @@ -5,4 +5,5 @@ static const char* graphics_lua = R"( ----------------- jin.graphics = jin.graphics or {} + )"; |