mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
6 lines
375 B
C++
6 lines
375 B
C++
#define SATDUMP_DLL_EXPORT 1
|
|
#include "file_selection.h"
|
|
|
|
SATDUMP_DLL std::function<std::string(std::string, std::string, std::vector<std::string>)> selectInputFileDialog;
|
|
SATDUMP_DLL std::function<std::string(std::string, std::string)> selectDirectoryDialog;
|
|
SATDUMP_DLL std::function<std::string(std::string, std::string, std::vector<std::string>)> selectOutputFileDialog;
|