kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
7 wiersze
141 B
C++
7 wiersze
141 B
C++
![]() |
#include <server.h>
|
||
|
#include <spdlog/spdlog.h>
|
||
|
|
||
|
int server_main() {
|
||
|
spdlog::error("Server mode is not implemented yet.");
|
||
|
return 0;
|
||
|
}
|