diff options
author | chai <chaifix@163.com> | 2019-01-28 08:57:31 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-28 08:57:31 +0800 |
commit | ce5343ec4e5766f6a7485649f7395d4e072bd706 (patch) | |
tree | fbe41405720aac97bdb4ee08435031823d2c401d /Source/Asura.Engine/Math/Matrix44.h | |
parent | 6c8788ed76e1ead173fdeb51caaa43d538fcfe21 (diff) |
*misc
Diffstat (limited to 'Source/Asura.Engine/Math/Matrix44.h')
-rw-r--r-- | Source/Asura.Engine/Math/Matrix44.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Asura.Engine/Math/Matrix44.h b/Source/Asura.Engine/Math/Matrix44.h index 5bc44e7..2741430 100644 --- a/Source/Asura.Engine/Math/Matrix44.h +++ b/Source/Asura.Engine/Math/Matrix44.h @@ -1,5 +1,5 @@ -#ifndef __AE_MATRIX44_H__ -#define __AE_MATRIX44_H__ +#ifndef __ASURA_ENGINE_MATRIX44_H__ +#define __ASURA_ENGINE_MATRIX44_H__ namespace AsuraEngine { |