metaforce/Runtime/GuiSys/CRasterFont.hpp

14 lines
147 B
C++
Raw Normal View History

2016-03-11 00:23:16 +00:00
#ifndef __URDE_CRASTERFONT_HPP__
#define __URDE_CRASTERFONT_HPP__
namespace urde
{
class CRasterFont
{
};
}
#endif // __URDE_CRASTERFONT_HPP__