mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-16 23:53:28 +00:00
10 lines
135 B
C++
10 lines
135 B
C++
#include "GuiSys/CRasterFont.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
CRasterFont::CRasterFont(urde::CInputStream& in, urde::IObjectStore& store)
|
|
{
|
|
}
|
|
|
|
}
|