summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/input/input_manager.h
blob: 4597d39551b9fbb4daaccb67426c2898e4564a7f (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 __INPUT_MAMANGER_H__
#define __INPUT_MAMANGER_H__

#include <asura-utils/scripting/portable.hpp>
#include <asura-utils/singleton.hpp>

namespace AsuraEngine
{
	namespace Input
	{

		/// ߼
		class InputManager : public Singleton<InputManager>
		{
		public :


		private : 

		};

	}
}

#endif