SDRPlusPlus/src/main.cpp

6 lines
109 B
C++
Raw Normal View History

2020-09-19 12:48:34 +02:00
#include <core.h>
2020-06-10 04:13:56 +02:00
#include <stdio.h>
2020-08-16 03:39:05 +02:00
int main(int argc, char* argv[]) {
2020-12-22 14:50:26 +01:00
return sdrpp_main(argc, argv);
2020-06-10 04:13:56 +02:00
}