feat: add css logging

This commit is contained in:
beriff
2026-03-04 21:37:19 +07:00
parent faa3f941d0
commit 831f0f8010
7 changed files with 72 additions and 14 deletions

View File

View File

@@ -0,0 +1,7 @@
typedef enum VektorAppTool {
CircleTool
} VektorAppTool;
typedef struct VektorAppState {
VektorAppTool selectedTool;
} VektorAppState;