metaforce/Runtime/GuiSys/CRasterFont.hpp

14 lines
147 B
C++

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