aboutsummaryrefslogtreecommitdiff
path: root/src/dedicated/main.hh
blob: fe9d0c1510d03a7fb145eed77365c204ecec1f25 (plain)
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