feat: add css logging
This commit is contained in:
7
src/application/applicationstate.h
Normal file
7
src/application/applicationstate.h
Normal file
@@ -0,0 +1,7 @@
|
||||
typedef enum VektorAppTool {
|
||||
CircleTool
|
||||
} VektorAppTool;
|
||||
|
||||
typedef struct VektorAppState {
|
||||
VektorAppTool selectedTool;
|
||||
} VektorAppState;
|
||||
Reference in New Issue
Block a user