|
MetaImGUI 1.0.0
ImGui Application Template for C++20
|
#include <atomic>#include <functional>#include <memory>#include <mutex>#include <stop_token>#include <string>#include <thread>

Go to the source code of this file.
Classes | |
| struct | MetaImGUI::UpdateInfo |
| class | MetaImGUI::UpdateChecker |
Namespaces | |
| namespace | MetaImGUI |
Enumerations | |
| enum class | MetaImGUI::UpdateCheckStatus { MetaImGUI::Unknown , MetaImGUI::UpToDate , MetaImGUI::UpdateFound , MetaImGUI::RateLimited , MetaImGUI::NetworkError , MetaImGUI::ParseError , MetaImGUI::Cancelled } |