#ifndef __START_HPP__ #define __START_HPP__ #include "net.hpp" // Once all the networking is set up, start doing whatever we were asked // to do on the command line void start(NetIO &netio, char **args); #endif