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

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

#endif