This commit is contained in:
Casey 2024-04-10 15:30:48 +03:00
parent 890c0dd514
commit 6a81121674
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ bool loadapi_draw(lua_State *lua) {
{ "rect_fill", api_draw_rect_fill },
{ "circle", api_draw_circle },
{ "ring", api_draw_ring },
{ NULL, NULL }
};
luaL_newlib(lua, api_draw);
lua_setglobal(lua, "Draw");