blob: 42d0a79b75663672bd42525d72ae704eabac55f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef _ASURA_JOYSTICKSTATE_H_
#define _ASURA_JOYSTICKSTATE_H_
#include <asura-utils/Classes.h>
namespace_begin(AsuraEngine)
namespace_begin(Input)
class JoystickState {};
namespace_end
namespace_end
#endif
|