diff --git a/inc/hgl/graph/font/TileFont.h b/inc/hgl/graph/font/TileFont.h new file mode 100644 index 00000000..6a827d5e --- /dev/null +++ b/inc/hgl/graph/font/TileFont.h @@ -0,0 +1,22 @@ +#ifndef HGL_GRAPH_TILE_FONT_INCLUDE +#define HGL_GRAPH_TILE_FONT_INCLUDE + +#include +#include + +namespace hgl +{ + namespace graph + { + class TileFont + { + FontSource *source; + TileData *tile_data; + + public: + + + };//class TileFont + }//namespace graph +}//namespace hgl +#endif//HGL_GRAPH_TILE_FONT_INCLUDE