mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
11 lines
No EOL
237 B
C++
11 lines
No EOL
237 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
#ifdef __ANDROID__
|
|
std::string show_select_file_dialog();
|
|
std::string get_select_file_dialog_result();
|
|
|
|
std::string show_select_directory_dialog();
|
|
std::string get_select_directory_dialog_result();
|
|
#endif |