mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:50:06 +00:00
Enable placefile auto-refresh (no more frequent than every 15 seconds)
This commit is contained in:
parent
170e30ca6c
commit
80c307c5fc
3 changed files with 125 additions and 11 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue