diff options
author | chai <chaifix@163.com> | 2018-10-25 00:50:35 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-25 00:50:35 +0800 |
commit | f889c9c20fc09f26eb8a70674c1d60181835c38a (patch) | |
tree | 4c5a994a8494595b6a94c1ac135d1e0646ac621d /src/libjin/Graphics/Font/je_texture_font.cpp | |
parent | d8d7963b9b658799b806d516bbd6b44c4baa28f8 (diff) |
*修改项目结构
Diffstat (limited to 'src/libjin/Graphics/Font/je_texture_font.cpp')
-rw-r--r-- | src/libjin/Graphics/Font/je_texture_font.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/Graphics/Font/je_texture_font.cpp b/src/libjin/Graphics/Font/je_texture_font.cpp index 5834140..15d0ace 100644 --- a/src/libjin/Graphics/Font/je_texture_font.cpp +++ b/src/libjin/Graphics/Font/je_texture_font.cpp @@ -6,14 +6,14 @@ #include "je_texture_font.h" +using namespace std; +using namespace JinEngine::Math; + namespace JinEngine { namespace Graphics { - using namespace std; - using namespace Math; - TextureFont * TextureFont::createTextureFont(const Bitmap* bitmap, const Content& codepoints, int cellw, int cellh) { TextureFont* tf = new TextureFont(bitmap, codepoints, cellw, cellh); |