fix build errors

This commit is contained in:
YamaArashi
2017-04-05 13:51:55 -07:00
parent b95747dc69
commit e0dd5ef9a7
3 changed files with 13 additions and 14 deletions

View File

@@ -73,13 +73,6 @@ struct FontInfo
u8 shadowColor:4;
};
struct Bitmap // TODO: Find a better spot for this
{
u8* pixels;
u32 width:16;
u32 height:16;
};
struct GlyphWidthFunc{
u32 font_id;
u32 (*func)(u16 glyphId, bool32 isJapanese);