2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 18:27:42 +00:00

CFrontEndUI work

This commit is contained in:
Jack Andersen
2016-12-29 20:37:01 -10:00
parent b3cae0d4d5
commit a93ca26ea1
29 changed files with 960 additions and 216 deletions

View File

@@ -16,6 +16,7 @@ namespace urde
class CGraphicsPalette;
class CRasterFont;
class CGlyph;
class CTextExecuteBuffer;
using CTextColor = zeus::CColor;
@@ -154,6 +155,12 @@ public:
void AddFontChange(const TToken<CRasterFont>& font);
};
class CTextRenderBufferPages
{
public:
CTextRenderBufferPages(CTextExecuteBuffer&, const zeus::CVector2i&);
};
}
#endif // __URDE_CTEXTRENDERBUFFER_HPP__