2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-30 02:15:43 +00:00
metaforce/Runtime/GuiSys/CRasterFont.hpp
2016-03-10 14:23:16 -10:00

14 lines
147 B
C++

#ifndef __URDE_CRASTERFONT_HPP__
#define __URDE_CRASTERFONT_HPP__
namespace urde
{
class CRasterFont
{
};
}
#endif // __URDE_CRASTERFONT_HPP__