Initial commit
This commit is contained in:
commit
edfc5298e1
252 changed files with 93965 additions and 0 deletions
10
source/Input/InputDevice.cpp
Normal file
10
source/Input/InputDevice.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
#include <Spectre/Input/InputDevice.h>
|
||||
|
||||
InputDevice::~InputDevice()
|
||||
{
|
||||
}
|
||||
|
||||
void InputDevice::init()
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue