19 int x = luaL_checkinteger(L_, 1);
20 int y = luaL_checkinteger(L_, 2);
21 int w = luaL_checkinteger(L_, 3);
22 int c = luaL_checkinteger(L_, 4);
24 sprite.drawFastHLine(x, y, w, c);
int DisplayLineH(lua_State *L_)
Draw a horizontal line on the sprite buffer.
Definition DisplayLineH.h:17