mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Misc. code cosmetics and improvements
This commit is contained in:
@@ -54,8 +54,8 @@ int w_getDimensions(lua_State *L);
|
||||
int w_isCreated(lua_State *L);
|
||||
int w_setScissor(lua_State *L);
|
||||
int w_getScissor(lua_State *L);
|
||||
int w_defineMask(lua_State *L);
|
||||
int w_setMask(lua_State *L);
|
||||
int w_newStencil(lua_State *L);
|
||||
int w_setStencil(lua_State *L);
|
||||
int w_setAlphaTest(lua_State *L);
|
||||
int w_getAlphaTest(lua_State *L);
|
||||
int w_newImage(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user