FM stereo prototype

This commit is contained in:
Ryzerth
2021-07-23 06:29:16 +02:00
parent 175e361ccd
commit 8454b40d54
10 changed files with 363 additions and 90 deletions

7
core/src/server.cpp Normal file
View File

@ -0,0 +1,7 @@
#include <server.h>
#include <spdlog/spdlog.h>
int server_main() {
spdlog::error("Server mode is not implemented yet.");
return 0;
}