From 3317a7cc3394daf41a88a1ae01de86e3ac887541 Mon Sep 17 00:00:00 2001 From: sirlilpanda <33928689+sirlilpanda@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:42:21 +1200 Subject: [PATCH] fixed import string --- src/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input.h b/src/input.h index 24e5838..6aae5c8 100644 --- a/src/input.h +++ b/src/input.h @@ -1,6 +1,6 @@ #pragma once -#include "command.h " +#include "command.h" typedef enum { BUTTON_UP,