mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
8 lines
244 B
C++
8 lines
244 B
C++
#include <vector>
|
|
#include <string>
|
|
#include "image/image.h"
|
|
|
|
namespace satdump
|
|
{
|
|
std::string save_image_dialog(std::string default_name, std::string default_path, std::string window_title, image::Image *image, std::string *default_ext);
|
|
}
|