summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Graphics/Window.h
blob: 3a0926646bce67bd0d980b402d4d2064a5be7c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef __ASURA_ENGINE_WINDOW_H__
#define __ASURA_ENGINE_WINDOW_H__

namespace AsuraEngine
{
	namespace Graphics
	{

		///
		/// ڣֶ֧രڡڱ༭Ҫ֧֣runnerֻҪһڡ
		///
		class Window
		{
		public:


		private:


		};

	}
}

#endif