]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Config.hpp
add TCP based CLI
[blank.git] / src / app / Config.hpp
index 5261a44281334c180b63b0889710c867a54d8c03..d584766b48ad9bbbbf564ddc74d15e3894652a6f 100644 (file)
@@ -30,6 +30,7 @@ struct Config {
 
                std::string host = "localhost";
                std::uint16_t port = 12354;
+               std::uint16_t cmd_port = 0;
 
        } net;