summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Window/Window.cpp
blob: 5e800e037c4d4d88e5925dc63dfd9525467c9227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "Window.h"

namespace AsuraEngine
{
	namespace Graphics
	{

		Window::Window()
		{

		}

		Window::~Window()
		{

		}

	}
}