fix c++ one definition rule for config

This commit is contained in:
Jupeyy 2020-10-07 08:06:26 +02:00
parent 4a30ef1e9a
commit bfe55728d2

View file

@ -3,6 +3,8 @@
#ifndef ENGINE_SHARED_CONFIG_H
#define ENGINE_SHARED_CONFIG_H
#include <base/detect.h>
#define CONFIG_FILE "settings_ddnet.cfg"
#define AUTOEXEC_FILE "autoexec.cfg"
#define AUTOEXEC_CLIENT_FILE "autoexec_client.cfg"