mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
10 lines
No EOL
188 B
C++
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(); |