#include "start.hpp" // Once all the networking is set up, start doing whatever we were asked // to do on the command line void start(NetIO &netio, int argc, char **argv) { // Nothing yet }