#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