Enable placefile auto-refresh (no more frequent than every 15 seconds)

This commit is contained in:
Dan Paulat 2023-08-23 21:39:17 -05:00
parent 170e30ca6c
commit 80c307c5fc
3 changed files with 125 additions and 11 deletions

View file

@ -2,6 +2,7 @@
#include <scwx/common/geographic.hpp>
#include <chrono>
#include <istream>
#include <memory>
#include <optional>
@ -174,6 +175,7 @@ public:
std::string name() const;
std::string title() const;
std::chrono::seconds refresh() const;
std::unordered_map<std::size_t, std::shared_ptr<Font>> fonts();
std::shared_ptr<Font> font(std::size_t i);