diff options
author | chai <chaifix@163.com> | 2019-03-01 08:50:34 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-01 08:50:34 +0800 |
commit | 64d9d7b3eb7cece81da8b2cb56eb0f50d87a5964 (patch) | |
tree | 12bde99e5415f77f60f8873a66d09bfd3b84ec48 /Source/Asura.Engine/Asura.h | |
parent | e28a7d48d032fe7fd4c8789e95fbc659873a0adc (diff) |
*misc
Diffstat (limited to 'Source/Asura.Engine/Asura.h')
-rw-r--r-- | Source/Asura.Engine/Asura.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Source/Asura.Engine/Asura.h b/Source/Asura.Engine/Asura.h index ae6f68e..e1d8940 100644 --- a/Source/Asura.Engine/Asura.h +++ b/Source/Asura.Engine/Asura.h @@ -1,12 +1,14 @@ #ifndef __ASURA_ENGINE_H__ #define __ASURA_ENGINE_H__ +#include "Application.h" + #include "Graphics/Shader.h" namespace AEGraphics = AsuraEngine::Graphics; namespace AEMath = AsuraEngine::Math; -namespace AETime = AsuraEngine::Time; -namespace AEInput = AsuraEngine::Input; -namespace AEProfiler = AsuraEngine::Profiler; +//namespace AETime = AsuraEngine::Time; +//namespace AEInput = AsuraEngine::Input; +//namespace AEProfiler = AsuraEngine::Profiler; #endif
\ No newline at end of file |