More reorganization.

Main effect is to put terrain.cfg and terrain-graphics near each other
as eleazar requested.
This commit is contained in:
Eric S. Raymond 2007-05-17 05:07:36 +00:00
parent f155daf3a9
commit d128bd8370
14 changed files with 19 additions and 2 deletions

View file

@ -1,8 +1,6 @@
{themes/}
{core/macros/}
{core/}
{hardwired/} # Locations under here are wired into the C++
{terrain-graphics/}
{campaigns/}
[binary_path]

19
data/core/_main.cfg Normal file
View file

@ -0,0 +1,19 @@
# Main purpose of this file is to ensure that macros get read in first.
{core/macros/}
{core/abilities.cfg}
{core/about.cfg}
{core/amla.cfg}
{core/editor-groups.cfg}
{core/fonts.cfg}
{core/help.cfg}
{core/hotkeys.cfg}
{core/items.cfg}
{core/multiplayer.cfg}
{core/names.cfg}
{core/schedules.cfg}
{core/special-notes.cfg}
{core/team-colors.cfg}
{core/terrain.cfg}
{core/terrain-graphics/}
{core/traits.cfg}
{core/units.cfg}