summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Asura.h
blob: ae6f68e2526aa02db8a79e485c76b9795b1aa17b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __ASURA_ENGINE_H__
#define __ASURA_ENGINE_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;

#endif