2014-02-16 01:38:03 +01:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
// Created by [Dennis Andersen] [2013]
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef INPUT_INPUT_H
|
|
|
|
#define INPUT_INPUT_H
|
|
|
|
|
|
|
|
#include "InputManager.h"
|
|
|
|
#include "InputObject.h"
|
|
|
|
#include "Keyboard.h"
|
2014-02-20 16:15:47 +01:00
|
|
|
#include "ApplicationKeyboard.h"
|
2014-02-16 01:38:03 +01:00
|
|
|
#include "Mouse.h"
|
|
|
|
|
|
|
|
#endif // !INPUT_INPUT_H
|