feat: add round display

This commit is contained in:
2026-02-04 20:01:36 +08:00
parent ac58e1bfb7
commit 7db7697625
18 changed files with 71 additions and 26 deletions

7
src/core/CoreData.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include "ui/managers/debug/DebugData.h"
struct CoreData {
DebugData debugData;
};