wesnoth/data/core/_main.cfg
2007-06-10 11:17:28 +00:00

20 lines
339 B
INI

# Main purpose of this file is to ensure that macros get read in first.
#ifdef EDITOR
{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}
#endif