From f3ee4be63e1c78c6f09fcb994b124533b1e5d3c1 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 15 Oct 2018 19:43:01 +0800 Subject: =?UTF-8?q?*=E6=9B=B4=E6=96=B0=E5=9B=BE=E5=BD=A2=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Graphics/Texture.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libjin/Graphics/Texture.h') diff --git a/src/libjin/Graphics/Texture.h b/src/libjin/Graphics/Texture.h index 8498666..1704ee7 100644 --- a/src/libjin/Graphics/Texture.h +++ b/src/libjin/Graphics/Texture.h @@ -1,5 +1,5 @@ -#ifndef __LIBJIN_IMAGE_H -#define __LIBJIN_IMAGE_H +#ifndef __LIBJIN_TEXTURE_H +#define __LIBJIN_TEXTURE_H #include "../jin_configuration.h" #if LIBJIN_MODULES_RENDER @@ -28,4 +28,4 @@ namespace graphics } // jin #endif // LIBJIN_MODULES_RENDER -#endif // __LIBJIN_IMAGE_H \ No newline at end of file +#endif // __LIBJIN_TEXTURE_H \ No newline at end of file -- cgit v1.1-26-g67d0