add TileFont.h

This commit is contained in:
hyzboy 2020-06-29 19:49:54 +08:00
parent 6c3dba9dc2
commit 54cd790c40

View File

@ -0,0 +1,22 @@
#ifndef HGL_GRAPH_TILE_FONT_INCLUDE
#define HGL_GRAPH_TILE_FONT_INCLUDE
#include<hgl/graph/TileData.h>
#include<hgl/graph/font/FontSource.h>
namespace hgl
{
namespace graph
{
class TileFont
{
FontSource *source;
TileData *tile_data;
public:
};//class TileFont
}//namespace graph
}//namespace hgl
#endif//HGL_GRAPH_TILE_FONT_INCLUDE