aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Input/Input.h
blob: 21c9a9ffad5f22269bec8b0fca0c05ac1a22596f (plain)
1
2
3
4
5
6
7
8
#ifndef __LIBJIN_INPUT_H
#define __LIBJIN_INPUT_H

#include "event.h"
#include "keyboard.h"
#include "mouse.h"

#endif