Misc. code cosmetics and improvements

This commit is contained in:
Alex Szpakowski
2013-04-18 02:14:35 -03:00
parent 6fd3038405
commit bf6d1c258b
7 changed files with 27 additions and 29 deletions
+2 -2
View File
@@ -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);