wesnoth/data/core/_main.cfg
Eric S. Raymond 08c6876453 Almost all WML files are now uniformly indented.
There are a few exceptions that need further work or careful
examination; UtBS, the tutorial, and the terrain macros.
2007-06-29 10:36:10 +00:00

19 lines
338 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