diff options
Diffstat (limited to 'source/libs/asura-lib-core/font/ttf.h')
-rw-r--r-- | source/libs/asura-lib-core/font/ttf.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/source/libs/asura-lib-core/font/ttf.h b/source/libs/asura-lib-core/font/ttf.h new file mode 100644 index 0000000..840b63e --- /dev/null +++ b/source/libs/asura-lib-core/font/ttf.h @@ -0,0 +1,17 @@ +#ifndef __ASURA_TTF_H__ +#define __ASURA_TTF_H__ + +namespace AsuraEngine +{ + namespace Text + { + + class TTF + { + + }; + + } +} + +#endif
\ No newline at end of file |