aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/InputSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/system/InputSystem.h')
-rw-r--r--src/crepe/system/InputSystem.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/crepe/system/InputSystem.h b/src/crepe/system/InputSystem.h
index 5f94446..cd7ca77 100644
--- a/src/crepe/system/InputSystem.h
+++ b/src/crepe/system/InputSystem.h
@@ -1,14 +1,12 @@
#pragma once
#include "System.h"
-
-#include "../api/Button.h"
-#include "../api/Event.h"
-#include "../api/Transform.h"
#include "../facade/SDLContext.h"
namespace crepe {
+class Button;
+class Transform;
/**
* \class InputSystem
* \brief Handles the processing of input events like mouse and keyboard interactions.