No more Font:set(), instead love.graphics.setNewFont

This commit is contained in:
Bart van Strien
2011-12-13 19:22:59 +01:00
parent 9682ebecf9
commit e37470f54d
5 changed files with 23 additions and 19 deletions
-1
View File
@@ -37,7 +37,6 @@ namespace opengl
int w_Font_getWrap(lua_State * L);
int w_Font_setLineHeight(lua_State * L);
int w_Font_getLineHeight(lua_State * L);
int w_Font_set(lua_State * L);
int luaopen_font(lua_State * L);
} // opengl