summaryrefslogtreecommitdiff
path: root/src/netlem_ds.h.in
blob: 273adf7eaf39e8b410e0744607a40544a8425634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NETLEM_DS_H
#define NETLEM_DS_H

// the configured options and settings for NetLemmings dedicated server
#define NetLemmings_VERSION_MAJOR @NetLemmings_VERSION_MAJOR@
#define NetLemmings_VERSION_MINOR @NetLemmings_VERSION_MINOR@

#define MAX_THREADS 2
#define TIME_FOR_TIMESYNC_MS 2000
#define MAX_EVENT_INTERVAL_MS 1000

#endif