summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Asura.h
blob: 5ca56f35d2dca517857315286d21771c66291d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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 AEFont = AsuraEngine::Font;

#endif