2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 19:44:55 +00:00

Initial CRasterFont

This commit is contained in:
2016-03-11 14:52:55 -08:00
parent cc4b5d3f98
commit ca026a600f
2 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#include "GuiSys/CRasterFont.hpp"
namespace urde
{
CRasterFont::CRasterFont(urde::CInputStream& in, urde::IObjectStore& store)
{
}
}