aboutsummaryrefslogtreecommitdiff
path: root/src/core/hid/hid_core.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-11-01 14:17:53 -0600
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-24 20:30:26 -0600
commit77fa4d4bf60526826ef8b53ee3870f7d2a761976 (patch)
tree3c6c07d535bd912ed085be9b826103a6eabe718f /src/core/hid/hid_core.h
parent730f07830247cfcdc551c253d30c6717fc16316c (diff)
second commit lion review
Diffstat (limited to 'src/core/hid/hid_core.h')
-rw-r--r--src/core/hid/hid_core.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/core/hid/hid_core.h b/src/core/hid/hid_core.h
index a4a66a3a4..1fe2fd89b 100644
--- a/src/core/hid/hid_core.h
+++ b/src/core/hid/hid_core.h
@@ -6,9 +6,13 @@
#include <memory>
-#include "core/hid/emulated_console.h"
-#include "core/hid/emulated_controller.h"
-#include "core/hid/emulated_devices.h"
+#include "core/hid/hid_types.h"
+
+namespace Core::HID {
+class EmulatedConsole;
+class EmulatedController;
+class EmulatedDevices;
+} // namespace Core::HID
namespace Core::HID {