From 4798e70dcbbedb55de8e9f8e321e8fad7b9783f6 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 8 Sep 2018 13:09:06 +0800 Subject: *update --- src/libjin/math/constant.h | 4 ++-- src/libjin/math/math.h | 4 ++-- src/libjin/math/matrix.h | 4 ++-- src/libjin/math/quad.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/libjin/math') diff --git a/src/libjin/math/constant.h b/src/libjin/math/constant.h index f2f740f..f8e0f5a 100644 --- a/src/libjin/math/constant.h +++ b/src/libjin/math/constant.h @@ -1,5 +1,5 @@ -#ifndef __JIN_MATH_CONSTANT_H -#define __JIN_MATH_CONSTANT_H +#ifndef __LIBJIN_MATH_CONSTANT_H +#define __LIBJIN_MATH_CONSTANT_H #define PI 3.1415926f diff --git a/src/libjin/math/math.h b/src/libjin/math/math.h index d496b85..6eb4367 100644 --- a/src/libjin/math/math.h +++ b/src/libjin/math/math.h @@ -1,5 +1,5 @@ -#ifndef __JIN_UTILS_MATH_H -#define __JIN_UTILS_MATH_H +#ifndef __LIBJIN_UTILS_MATH_H +#define __LIBJIN_UTILS_MATH_H #include "constant.h" #include "matrix.h" diff --git a/src/libjin/math/matrix.h b/src/libjin/math/matrix.h index 8e5d1f1..b9a55d4 100644 --- a/src/libjin/math/matrix.h +++ b/src/libjin/math/matrix.h @@ -1,5 +1,5 @@ -#ifndef __JIN_MATRIX_H -#define __JIN_MATRIX_H +#ifndef __LIBJIN_MATRIX_H +#define __LIBJIN_MATRIX_H namespace jin { diff --git a/src/libjin/math/quad.h b/src/libjin/math/quad.h index 350a0d9..ed41270 100644 --- a/src/libjin/math/quad.h +++ b/src/libjin/math/quad.h @@ -1,5 +1,5 @@ -#ifndef __JIN_QUAD_H -#define __JIN_QUAD_H +#ifndef __LIBJIN_QUAD_H +#define __LIBJIN_QUAD_H namespace jin { -- cgit v1.1-26-g67d0