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

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

#endif