aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Input/je_keyboard.h
blob: 2b9ea38a335bb18e24b0b827c27e65c64024531a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __JE_KEYBOARD_H
#define __JE_KEYBOARD_H

namespace jin
{
	namespace input
	{

		class Keyboard
		{

		};

	} // namespace input
} // namespace jin

#endif // __JE_KEYBOARD_H