summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/Input/InputManager.h
blob: dd11b2f3a7596a6cd909f2e7c41314da7d0c8974 (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
#ifndef __INPUT_MAMANGER_H__
#define __INPUT_MAMANGER_H__

#include <asura-utils/Scripting/Portable.hpp>
#include <asura-utils/Singleton.hpp>
#include <asura-utils/Classes.h>

namespace_begin(AsuraEngine)
namespace_begin(Input)

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


private : 

};

namespace_end
namespace_end

#endif