aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/InputSystem.h
diff options
context:
space:
mode:
authorheavydemon21 <48092678+heavydemon21@users.noreply.github.com>2025-01-03 19:41:41 +0100
committerGitHub <noreply@github.com>2025-01-03 19:41:41 +0100
commitcf6ca6be5a9deac4de921f50d0aedf6a6156e0f4 (patch)
treee7b18df0361af1b081168569568d408cfd4b6538 /src/crepe/system/InputSystem.h
parent61148c757a1f742ff09e40e5347e74e638c7371c (diff)
parent4526efe1b6dd63aaa177f8f35194989d3910d571 (diff)
Merge pull request #96 from lonkaars/niels/UI
rendering text world space fix
Diffstat (limited to 'src/crepe/system/InputSystem.h')
-rw-r--r--src/crepe/system/InputSystem.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/crepe/system/InputSystem.h b/src/crepe/system/InputSystem.h
index 37311cc..be62367 100644
--- a/src/crepe/system/InputSystem.h
+++ b/src/crepe/system/InputSystem.h
@@ -1,12 +1,9 @@
#pragma once
-#include "../api/Config.h"
-#include "../facade/EventData.h"
-
#include "../api/Event.h"
#include "../api/Metadata.h"
+#include "../facade/EventData.h"
#include "../types.h"
-#include "../util/OptionalRef.h"
#include "System.h"