metaforce/specter/include/Specter/FontCache.hpp

17 lines
185 B
C++
Raw Normal View History

2015-11-21 23:45:02 +00:00
#ifndef SPECTER_FONTCACHE_HPP
#define SPECTER_FONTCACHE_HPP
#include <ft2build.h>
#include FT_FREETYPE_H
namespace Specter
{
class FontCache
{
};
}
#endif // SPECTER_FONTCACHE_HPP