diff options
| author | chai <chaifix@163.com> | 2018-10-29 08:27:51 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2018-10-29 08:27:51 +0800 |
| commit | aca962d7ce3d404671cace2a82b04ff937375009 (patch) | |
| tree | ec315ef9df3dbd971bc914dae689e97cf9cf31ff /src/libjin/Graphics/je_shapes.cpp | |
| parent | 297c78319e6bd891f27f9546334feedc030fc0a7 (diff) | |
*修改代码结构
Diffstat (limited to 'src/libjin/Graphics/je_shapes.cpp')
| -rw-r--r-- | src/libjin/Graphics/je_shapes.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libjin/Graphics/je_shapes.cpp b/src/libjin/Graphics/je_shapes.cpp index 3146f31..f15300d 100644 --- a/src/libjin/Graphics/je_shapes.cpp +++ b/src/libjin/Graphics/je_shapes.cpp @@ -6,9 +6,11 @@ #include "../math/je_matrix.h" #include "../math/je_constant.h" -#include "shader/je_shader.h" +#include "shaders/je_shader.h" #include "je_shapes.h" +using namespace JinEngine::Graphics::Shaders; + namespace JinEngine { namespace Graphics |
