diff options
author | chai <chaifix@163.com> | 2019-03-12 00:39:26 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-12 00:39:26 +0800 |
commit | 70b82d1981c0de3c7b77670ff8abcfeb26815142 (patch) | |
tree | f69c05bcd204cc3f9bf745be37a2ba5911e52436 /Source/Asura.Engine/Asura.h | |
parent | c19a282e10f51ddd50d198b903f8fbd5a2238b62 (diff) |
*misc
Diffstat (limited to 'Source/Asura.Engine/Asura.h')
-rw-r--r-- | Source/Asura.Engine/Asura.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Asura.Engine/Asura.h b/Source/Asura.Engine/Asura.h index e1d8940..5ca56f3 100644 --- a/Source/Asura.Engine/Asura.h +++ b/Source/Asura.Engine/Asura.h @@ -5,10 +5,11 @@ #include "Graphics/Shader.h" -namespace AEGraphics = AsuraEngine::Graphics; -namespace AEMath = AsuraEngine::Math; +//namespace AEGraphics = AsuraEngine::Graphics; +//namespace AEMath = AsuraEngine::Math; //namespace AETime = AsuraEngine::Time; //namespace AEInput = AsuraEngine::Input; //namespace AEProfiler = AsuraEngine::Profiler; +//namespace AEFont = AsuraEngine::Font; #endif
\ No newline at end of file |