diff options
author | chai <chaifix@163.com> | 2018-11-14 00:51:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-14 00:51:15 +0800 |
commit | 0bfff69053e27fbb6e541a6b8afa6c8e61a62403 (patch) | |
tree | d3bd41f8defef8e08f80850d56eaf7a50de3c05a /src/lua/modules/graphics/je_lua_ttf.h | |
parent | d2058dce75ceb67f27c50e9f27d755a4d30c9003 (diff) |
*shared 增加依赖
Diffstat (limited to 'src/lua/modules/graphics/je_lua_ttf.h')
-rw-r--r-- | src/lua/modules/graphics/je_lua_ttf.h | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/lua/modules/graphics/je_lua_ttf.h b/src/lua/modules/graphics/je_lua_ttf.h deleted file mode 100644 index 7673d67..0000000 --- a/src/lua/modules/graphics/je_lua_ttf.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef __JE_LUA_TTF_H__ -#define __JE_LUA_TTF_H__ - -#include "../../common/je_lua_shared.hpp" - -#include "libjin/jin.h" - -namespace JinEngine -{ - namespace Lua - { - - class TTFData - : public Graphics::Fonts::TTFData - { - public: - TTF * createTTF(unsigned fontSize); - - private: - using Parent = Graphics::Fonts::TTFData; - - }; - - class TTF - : public Graphics::Fonts::TTF - { - public: - - private: - using Parent = Graphics::Fonts::TTF; - - Shared<Graphics::Fonts::TTFData>* ttfDataShared; - - }; - - } -} - -#endif
\ No newline at end of file |