summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/Input/InputAxis.h
blob: 3052f0ba56be999c6e7ac3af8f316ee47e04b4cb (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-utils/Classes.h>

namespace_begin(AsuraEngine)
namespace_begin(Input)

class InputAxis {};


namespace_end
namespace_end

#endif