mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #3031
3031: Fix C++ one definition rule for config r=def- a=Jupeyy Co-authored-by: Jupeyy <jupjopjap@gmail.com>
This commit is contained in:
commit
576371c438
|
@ -3,6 +3,8 @@
|
||||||
#ifndef ENGINE_SHARED_CONFIG_H
|
#ifndef ENGINE_SHARED_CONFIG_H
|
||||||
#define ENGINE_SHARED_CONFIG_H
|
#define ENGINE_SHARED_CONFIG_H
|
||||||
|
|
||||||
|
#include <base/detect.h>
|
||||||
|
|
||||||
#define CONFIG_FILE "settings_ddnet.cfg"
|
#define CONFIG_FILE "settings_ddnet.cfg"
|
||||||
#define AUTOEXEC_FILE "autoexec.cfg"
|
#define AUTOEXEC_FILE "autoexec.cfg"
|
||||||
#define AUTOEXEC_CLIENT_FILE "autoexec_client.cfg"
|
#define AUTOEXEC_CLIENT_FILE "autoexec_client.cfg"
|
||||||
|
|
Loading…
Reference in a new issue