aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/je_gl.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-11-02 08:32:15 +0800
committerchai <chaifix@163.com>2018-11-02 08:32:15 +0800
commitf6ef5d6c0188e7dc6b39803ca37fe736f0eb3962 (patch)
treeaf34b192b82993b840eb655e22fd9f7b74e11818 /src/libjin/Graphics/je_gl.h
parent2a8b975d44661db15a566a57e7d6fbe428082aef (diff)
*格式化代码
Diffstat (limited to 'src/libjin/Graphics/je_gl.h')
-rw-r--r--src/libjin/Graphics/je_gl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Graphics/je_gl.h b/src/libjin/Graphics/je_gl.h
index 6309db6..48dccc2 100644
--- a/src/libjin/Graphics/je_gl.h
+++ b/src/libjin/Graphics/je_gl.h
@@ -1,11 +1,11 @@
#ifndef __JE_OPENGL_H__
#define __JE_OPENGL_H__
+#include "../math/je_matrix.h"
+
#include "GLee/GLee.h"
#include "ogl/OpenGL.h"
-#include "../math/je_matrix.h"
-
namespace JinEngine
{
namespace Graphics