1
0
Fork 0

include/Spectre/Input/InputDevice.h: include InputModule

This commit is contained in:
Henrik Hautakoski 2019-06-01 18:01:26 +02:00
parent 87a59ef21f
commit c590b5b16a

View file

@ -2,6 +2,8 @@
#ifndef SPECTRE_INTPUT_DEVICE_H
#define SPECTRE_INTPUT_DEVICE_H
#include "InputModule.h"
class InputDevice
{
friend class InputModule;