Overhauled ImageRasterizer, fixed a bunch of other crap, getting ready to poke around in love.graphics

This commit is contained in:
Bill Meltsner
2010-04-14 21:51:35 -04:00
parent e5c3f3ae02
commit e3a5aacd5a
15 changed files with 249 additions and 138 deletions
-3
View File
@@ -32,9 +32,6 @@ namespace font
}
static const luaL_Reg functions[] = {
// Data
{ "getPointer", w_Data_getPointer },
{ "getSize", w_Data_getSize },
{ 0, 0 }
};