#ifndef INPUT_ALL_H
#define INPUT_ALL_H TRUE

#ifndef INPUT_KEYBOARD_H
#include <input/keyboard.h>
#endif

#ifndef INPUT_JOYPORTS_H
#include <input/joyports.h>
#endif

#endif /* INPUT_ALL_H */

