FM stereo prototype
This commit is contained in:
7
core/src/server.cpp
Normal file
7
core/src/server.cpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user