#pragma once #include #include namespace lm { struct AppState { std::filesystem::path data_path; nlohmann::json state; }; } // namespace lm