blob: 60f11697c9a56e1545c0729493c70ccc16ce77ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef __LIBJIN_KEYBOARD_H
#define __LIBJIN_KEYBOARD_H
namespace jin
{
namespace input
{
class Keyboard
{
};
} // namespace input
} // namespace jin
#endif // __LIBJIN_KEYBOARD_H
|