KolibriLib
Loading...
Searching...
No Matches
input.hpp
1#ifndef __INPUT_H__
2#define __INPUT_H__
3
4namespace Input
5{
6
7#include "mouse.hpp"
8#include "keyboard.hpp"
9
10} // namespace Input
11
12
13
14
15#endif // __INPUT_H__