1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef DEDICATED_MAIN_HH_ #define DEDICATED_MAIN_HH_ #include <ranges> #include <string> #include <boost/lexical_cast.hpp> #include "server/init.hh" #include "server/server.hh" #include "shared/init.hh" namespace dedicated {} #endif