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

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

#endif