mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 04:23:10 +00:00
18 lines
361 B
INI
18 lines
361 B
INI
#textdomain wesnoth-editor
|
|
# Main purpose of this file is to ensure that macros get read in first.
|
|
|
|
# wmlscope: set export=yes
|
|
|
|
#ifdef EDITOR2
|
|
#ifndef MULTIPLAYER
|
|
{multiplayer/}
|
|
#endif
|
|
{core/editor/brushes.cfg}
|
|
{core/editor/hotkeys.cfg}
|
|
{core/editor/music.cfg}
|
|
{core/editor/terrain-groups.cfg}
|
|
{core/editor/time-of-day.cfg}
|
|
{core/editor/tool-hints.cfg}
|
|
|
|
#endif
|