#ifndef MONITOR_HH #define MONITOR_HH #include #include class Monitor { public: static int run(std::optional display, std::optional font_name); }; #endif // MONITOR_HH