satdump/src-core/settings.h
2021-05-05 15:52:12 +02:00

10 lines
No EOL
188 B
C++

#pragma once
#include <string>
#include "nlohmann/json.hpp"
#include "dll_export.h"
SATDUMP_DLL extern nlohmann::json settings;
void loadSettings(std::string path);
void saveSettings();