Implement user input handling and refine drawing logic

This commit is contained in:
2026-06-07 17:25:33 +02:00
parent 73bb260fec
commit 8121288e57
5 changed files with 97 additions and 13 deletions

2
main.h
View File

@@ -3,4 +3,6 @@
#define TITLE "Scream your thoughts into the void!"
void getInitialWorries(char* output);
#endif