diff options
author | chai <chaifix@163.com> | 2018-10-17 07:50:46 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-17 07:50:46 +0800 |
commit | dce7b78db8a7071217b1439c4b7f6a341ce37cf1 (patch) | |
tree | 27740a75015d3bd42a5901fbc845e3e86f2bf8c5 /src/libjin/Graphics/Shapes.cpp | |
parent | 5534828032730762f8c1e4daf924b466fffb8be0 (diff) |
*格式化代码
Diffstat (limited to 'src/libjin/Graphics/Shapes.cpp')
-rw-r--r-- | src/libjin/Graphics/Shapes.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/Graphics/Shapes.cpp b/src/libjin/Graphics/Shapes.cpp index 5e87473..b99c569 100644 --- a/src/libjin/Graphics/Shapes.cpp +++ b/src/libjin/Graphics/Shapes.cpp @@ -1,7 +1,7 @@ #include "../jin_configuration.h" #if LIBJIN_MODULES_RENDER -#include "Shader.h" +#include "./Shader/Shader.h" #include "Shapes.h" #include "../math/matrix.h" #include "../math/constant.h" @@ -120,7 +120,7 @@ namespace jin } } - } // graphics -} // jin + } // namespace graphics +} // namespace jin #endif // LIBJIN_MODULES_RENDER
\ No newline at end of file |