wesnoth/data/core/_main.cfg
Tomasz Śniatowski 6022234caa Remove the old editor.
This includes removing sources, cfg files, editor targets in build
systems (scons was done already), and removing old-editor only parts
from several other files under data/ and src/. There probably are some
remains of the old editor left.
2008-10-04 12:24:35 +01:00

24 lines
463 B
INI

#textdomain wesnoth
# Main purpose of this file is to ensure that macros get read in first.
# wmlscope: set export=yes
{core/macros/}
{core/about.cfg}
{core/fonts.cfg}
{core/help.cfg}
{core/hotkeys.cfg}
{core/terrain.cfg}
{core/terrain-graphics/}
{core/units.cfg}
#ifdef EDITOR2
#ifndef MULTIPLAYER
{multiplayer/}
#endif
{core/editor-groups.cfg}
{core/editor2-brushes.cfg}
{core/editor2-hotkeys.cfg}
{core/editor2-tods.cfg}
{core/editor2-tool-hints.cfg}
#endif