layout source from main
This commit is contained in:
14
src/app/app_state.hpp
Normal file
14
src/app/app_state.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <filesystem>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
namespace lm {
|
||||
|
||||
struct AppState
|
||||
{
|
||||
std::filesystem::path data_path;
|
||||
nlohmann::json state;
|
||||
};
|
||||
|
||||
} // namespace lm
|
||||
Reference in New Issue
Block a user