Danbias/Code/Misc/Input/Include/Input.h

13 lines
342 B
C
Raw Permalink Normal View History

/////////////////////////////////////////////////////////////////////
// Created by [Dennis Andersen] [2013]
/////////////////////////////////////////////////////////////////////
#ifndef INPUT_INPUT_H
#define INPUT_INPUT_H
#include "InputManager.h"
#include "InputObject.h"
#include "Keyboard.h"
#include "Mouse.h"
#endif // !INPUT_INPUT_H