summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/Input/InputAxis.h
blob: 9f721d70bba4b277a9aa466601695de0a78cd0d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _ASURA_ENGINE_INPUT_AXIS_H_
#define _ASURA_ENGINE_INPUT_AXIS_H_

#include <asura-base/Classes.h>

namespace_begin(AsuraEngine)
namespace_begin(Input)

class InputAxis {};


namespace_end
namespace_end

#endif