13 lines
342 B
C
13 lines
342 B
C
/////////////////////////////////////////////////////////////////////
|
|
// 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
|