From 831e814ce9bdb84e86c06c4a52008f6bdaaa00d6 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 16 Nov 2018 00:24:51 +0800 Subject: =?UTF-8?q?*=E5=90=88=E5=B9=B6master=E5=88=B0minimal=E5=88=86?= =?UTF-8?q?=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Graphics/je_texture.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/libjin/Graphics/je_texture.h') diff --git a/src/libjin/Graphics/je_texture.h b/src/libjin/Graphics/je_texture.h index ddc8cfc..566ba84 100644 --- a/src/libjin/Graphics/je_texture.h +++ b/src/libjin/Graphics/je_texture.h @@ -1,9 +1,9 @@ -#ifndef __JE_TEXTURE_H -#define __JE_TEXTURE_H +#ifndef __JE_TEXTURE_H__ +#define __JE_TEXTURE_H__ #include "../core/je_configuration.h" #if defined(jin_graphics) -#include "../3rdparty/GLee/GLee.h" +#include "GLee/GLee.h" #include "je_color.h" #include "je_graphic.h" @@ -17,7 +17,8 @@ namespace JinEngine /// /// /// - class Texture: public Graphic + class Texture + : public Graphic { public: /// @@ -53,4 +54,4 @@ namespace JinEngine #endif // jin_graphics -#endif // __JE_TEXTURE_H \ No newline at end of file +#endif // __JE_TEXTURE_H__ \ No newline at end of file -- cgit v1.1-26-g67d0