SDRPlusPlus/core/src/server.cpp

7 wiersze
141 B
C++
Czysty Zwykły widok Historia

2021-07-23 04:29:16 +00:00
#include <server.h>
#include <spdlog/spdlog.h>
int server_main() {
spdlog::error("Server mode is not implemented yet.");
return 0;
}