Text rendering includes

This commit is contained in:
viktorljung
2015-12-11 10:54:52 +01:00
parent dc66891d60
commit 46854a63dd
2 changed files with 16 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef TextRenderer_h__
#define TextRenderer_h__
#include <ft2build.h>
#include FT_FREETYPE_H
class TextRenderer
{
public:
private:
};
#endif