1
0
Fork 0
spectre/source/Input/InputDevice.cpp
2016-01-10 09:26:43 +01:00

10 lines
103 B
C++

#include <Spectre/Input/InputDevice.h>
InputDevice::~InputDevice()
{
}
void InputDevice::init()
{
}