diff options
| author | 0x221E <0x221E@0xinfinity.dev> | 2026-04-12 15:47:30 +0200 |
|---|---|---|
| committer | 0x221E <0x221E@0xinfinity.dev> | 2026-04-12 15:47:30 +0200 |
| commit | 9a443189203376a630ac205ca4654c7ceb796d5b (patch) | |
| tree | 37b3494f1d3c58fecb6ad5a30c26d92b51634416 /pomodoro.h | |
Initial Commit
Diffstat (limited to 'pomodoro.h')
| -rw-r--r-- | pomodoro.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pomodoro.h b/pomodoro.h new file mode 100644 index 0000000..6888281 --- /dev/null +++ b/pomodoro.h @@ -0,0 +1,15 @@ +#ifndef POMODORO_H +#define POMODORO_H + +enum PomodoroState { + +}; + +struct Pomodoro { + +}; + +void pomodoro_init(Pomodoro *p); +void pomodoro_loop(Pomodoro *p); + +#endif |
