From 75eea47140e22f86fb23631e4fb436d8a09c8695 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 11 May 2026 15:00:40 +0530 Subject: move bluetooth, nfc, and utils into subfolders --- src/utils/device_check.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/utils/device_check.h (limited to 'src/utils/device_check.h') diff --git a/src/utils/device_check.h b/src/utils/device_check.h new file mode 100644 index 0000000..3d6b250 --- /dev/null +++ b/src/utils/device_check.h @@ -0,0 +1,3 @@ +#pragma once + +void device_check_run(); -- cgit v1.2.3