2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-16 23:53:28 +00:00
metaforce/Runtime/GuiSys/CRasterFont.cpp

10 lines
135 B
C++

#include "GuiSys/CRasterFont.hpp"
namespace urde
{
CRasterFont::CRasterFont(urde::CInputStream& in, urde::IObjectStore& store)
{
}
}