0ad/binaries/data/mods/public/gui/page_structree.xml
s0600204 cdf6109713 Relocate and Rearrange the structree codebase
Makes it possible to reuse the more generic parts of the `structree`
codebase in other pages without including `structree`-specific logic.
This sets the stage for further reference/encyclopedia-type pages.

Reviewed By: fatherbushido, elexis
Differential Revision: https://code.wildfiregames.com/D295
This was SVN commit r19940.
2017-07-31 12:49:00 +00:00

19 lines
618 B
XML

<?xml version="1.0" encoding="utf-8"?>
<page>
<include>common/modern/setup.xml</include>
<include>common/modern/styles.xml</include>
<include>common/modern/sprites.xml</include>
<include>common/setup_resources.xml</include>
<include>common/sprites.xml</include>
<include>common/styles.xml</include>
<include>reference/common/sprites.xml</include>
<include>reference/common/styles.xml</include>
<include>reference/structree/sprites.xml</include>
<include>reference/structree/styles.xml</include>
<include>reference/structree/structree.xml</include>
<include>reference/common/setup.xml</include>
</page>