From 7e4cfad53699fabbecb6696508e5addcffc1b095 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 20 Jun 2026 00:24:34 +0530 Subject: restructure to use rust source tree primarily --- src/utils/buttons.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/utils/buttons.h (limited to 'src/utils/buttons.h') diff --git a/src/utils/buttons.h b/src/utils/buttons.h deleted file mode 100644 index cfa9fa3..0000000 --- a/src/utils/buttons.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -void buttonsInit(); - -bool btnUp(); -bool btnDown(); -bool btnSelect(); -bool btnBack(); -bool btnRight(); -bool btnLeft(); -- cgit v1.2.3