start.cpp 196 B

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