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