diff options
author | chai <chaifix@163.com> | 2018-10-20 10:13:31 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-20 10:13:31 +0800 |
commit | 58ad98213763348b49d8313675203b287a5442bb (patch) | |
tree | ce3287557048e610c09f7e88417bdeca949a2761 /src/libjin/Math/je_vector3.hpp | |
parent | 7d5f055547e70fa93ee9ac944e62f8d657b9dc55 (diff) |
*修改头文件宏
Diffstat (limited to 'src/libjin/Math/je_vector3.hpp')
-rw-r--r-- | src/libjin/Math/je_vector3.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Math/je_vector3.hpp b/src/libjin/Math/je_vector3.hpp index 96d4e9a..d200898 100644 --- a/src/libjin/Math/je_vector3.hpp +++ b/src/libjin/Math/je_vector3.hpp @@ -1,5 +1,5 @@ -#ifndef __LIBJIN_VECTOR3_H -#define __LIBJIN_VECTOR3_H +#ifndef __JE_VECTOR3_H +#define __JE_VECTOR3_H namespace jin { |