mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
8 lines
No EOL
133 B
C++
8 lines
No EOL
133 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace satdump
|
|
{
|
|
void processProductsOrDataset(std::string product, std::string directory);
|
|
} |