From dfeb19b0a83b8ce57d28bf94a4f8d129993d1064 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Mon, 12 Jan 2026 23:06:20 +0100 Subject: Initial commit --- src/notify.hh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/notify.hh (limited to 'src/notify.hh') diff --git a/src/notify.hh b/src/notify.hh new file mode 100644 index 0000000..11c16d7 --- /dev/null +++ b/src/notify.hh @@ -0,0 +1,12 @@ +#ifndef NOTIFY_HH +#define NOTIFY_HH + +#include +#include + +class Notify { + public: + static int run(std::optional display); +}; + +#endif // NOTIFY_HH -- cgit v1.2.3-70-g09d2