summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-core/client/client.h
blob: 8df30fe0adeb0ff37e480b4ac9c37872acdfe258 (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_HOST_H__
#define __ASURA_ENGINE_HOST_H__

#include <asura-lib-utils/type.h>

///
/// ʹйصʵ֣ǵϷĿƽ̨ʹüֱʵ֡༭벻ڿƽ̨ڿ⣬Ŀǰʹwin32APIʵϢѭ
///
namespace AsuraEngine
{
	namespace Client
	{

		///
		/// ࡣ
		///
		ASURA_ABSTRACT class Client
		{

		};

	}
}

#endif