Add love.graphics.getMode, thanks Boolsheet (issue #254)

This commit is contained in:
Bart van Strien
2011-07-11 17:14:52 +02:00
parent 1f50a932dc
commit cc4f0e2661
4 changed files with 43 additions and 2 deletions
+2 -1
View File
@@ -38,6 +38,7 @@ namespace opengl
{
int w_checkMode(lua_State * L);
int w_setMode(lua_State * L);
int w_getMode(lua_State * L);
int w_toggleFullscreen(lua_State * L);
int w_reset(lua_State * L);
int w_clear(lua_State * L);
@@ -59,7 +60,7 @@ namespace opengl
int w_newImageFont(lua_State * L);
int w_newSpriteBatch(lua_State * L);
int w_newParticleSystem(lua_State * L);
int w_newFramebuffer(lua_State * L); // commetns in function
int w_newFramebuffer(lua_State * L); // comments in function
int w_setColor(lua_State * L);
int w_getColor(lua_State * L);
int w_setBackgroundColor(lua_State * L);