mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 08:51:30 +00:00
18 lines
325 B
INI
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]
|