add TileFont.h
This commit is contained in:
parent
6c3dba9dc2
commit
54cd790c40
22
inc/hgl/graph/font/TileFont.h
Normal file
22
inc/hgl/graph/font/TileFont.h
Normal 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
|
Loading…
x
Reference in New Issue
Block a user