SDRPlusPlus/core/src/server.cpp

7 lines
141 B
C++
Raw Normal View History

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