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/monitor.hh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/monitor.hh (limited to 'src/monitor.hh') diff --git a/src/monitor.hh b/src/monitor.hh new file mode 100644 index 0000000..8861473 --- /dev/null +++ b/src/monitor.hh @@ -0,0 +1,13 @@ +#ifndef MONITOR_HH +#define MONITOR_HH + +#include +#include + +class Monitor { + public: + static int run(std::optional display, + std::optional font_name); +}; + +#endif // MONITOR_HH -- cgit v1.2.3-70-g09d2