diff options
author | chai <chaifix@163.com> | 2018-10-16 23:09:18 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-16 23:09:18 +0800 |
commit | 5534828032730762f8c1e4daf924b466fffb8be0 (patch) | |
tree | 1ae83fc877e4a2d136f6dd120260edd147b13e95 /src/libjin/Graphics/OpenGL.h | |
parent | 0fc4b3ad5f2ac8d5c0588f61c0cbed4349ee1430 (diff) |
*格式化代码
Diffstat (limited to 'src/libjin/Graphics/OpenGL.h')
-rw-r--r-- | src/libjin/Graphics/OpenGL.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/libjin/Graphics/OpenGL.h b/src/libjin/Graphics/OpenGL.h index 51395ba..47011a2 100644 --- a/src/libjin/Graphics/OpenGL.h +++ b/src/libjin/Graphics/OpenGL.h @@ -6,24 +6,24 @@ namespace jin { -namespace graphics -{ - - class OpenGL : public ogl2d::OpenGL + namespace graphics { - public: - math::Matrix ProjectionMatrix; - math::Matrix ModelMatrix; - OpenGL() : ogl2d::OpenGL() + class OpenGL : public ogl2d::OpenGL { - } + public: + math::Matrix ProjectionMatrix; + math::Matrix ModelMatrix; - }; + OpenGL() : ogl2d::OpenGL() + { + } - extern OpenGL gl; + }; -} + extern OpenGL gl; + + } } #endif
\ No newline at end of file |