wesnoth/data/core/_main.cfg
2009-04-26 08:29:54 +00:00

18 lines
325 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/help.cfg}
{core/hotkeys.cfg}
{core/terrain.cfg}
{core/terrain-graphics/}
{core/units.cfg}
{core/editor/}
[lua]
code=<< wesnoth.dofile("lua/wml-tags.lua") >>
[/lua]