blob: 94019819c58ff35ae57e693de804a7098c5e2633 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef _ASRUA_EDITOR_INPUT_H_
#define _ASRUA_EDITOR_INPUT_H_
#include <windows.h>
#include <asura-base/Classes.h>
#include <asura-base/Math/Vector2.hpp>
#include <asura-core/Input/InputDevice.h>
namespace_begin(AsuraEditor)
namespace_end
#endif
|