mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 14:23:56 -07:00
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.
19 lines
618 B
XML
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>
|