wesnoth/data/core/_main.cfg
2008-06-12 08:08:07 +01:00

26 lines
448 B
INI

#textdomain wesnoth
# Main purpose of this file is to ensure that macros get read in first.
# wmlscope: set export=yes
#ifdef EDITOR
{core/macros/}
{core/terrain.cfg}
{core/terrain-graphics/}
{core/editor-groups.cfg}
#else
{core/macros/}
{core/about.cfg}
{core/fonts.cfg}
{core/help.cfg}
{core/hotkeys.cfg}
{core/team-colors.cfg}
{core/terrain.cfg}
{core/terrain-graphics/}
{core/units.cfg}
#ifdef EDITOR2
{core/editor-groups.cfg}
#endif
#endif