mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 08:08:03 +00:00
20 lines
358 B
INI
20 lines
358 B
INI
#textdomain wesnoth
|
|
# 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
|