mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
10 lines
No EOL
205 B
C++
10 lines
No EOL
205 B
C++
#include "dsp/benchmark/bench.h"
|
|
#include "image/image.h"
|
|
|
|
namespace satdump
|
|
{
|
|
namespace ndsp
|
|
{
|
|
image::Image renderResults(std::vector<DSPBenchResult> results);
|
|
}
|
|
} // namespace satdump
|