summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-core/font/ttf.h
blob: 840b63e661d7e189cc136297e2958f6720c329bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __ASURA_TTF_H__
#define __ASURA_TTF_H__

namespace AsuraEngine
{
	namespace Text
	{

		class TTF
		{

		};

	}
}

#endif