mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fix c++ one definition rule for config
This commit is contained in:
parent
4a30ef1e9a
commit
bfe55728d2
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue