-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathInit.xml
More file actions
16 lines (16 loc) · 795 Bytes
/
Init.xml
File metadata and controls
16 lines (16 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
<Include file="Libs\Libs.xml"/>
<Script file="Namespaces\Utils.lua"/>
<Script file="Namespaces\Debug.lua"/>
<Script file="Namespaces\Translate.lua"/>
<Include file="Localization\Localizations.xml" />
<Script file="Namespaces\Settings.lua"/>
<Script file="Namespaces\Exports.lua"/>
<Script file="Namespaces\FileFormats\Csv.lua"/>
<Script file="Namespaces\FileFormats\Html.lua"/>
<Script file="Namespaces\FileFormats\Json.lua"/>
<Script file="Namespaces\FileFormats\Xml.lua"/>
<Script file="Namespaces\FileFormats\Yaml.lua"/>
<Script file="Namespaces\ExportFrame.lua"/>
<Script file="Namespaces\Core.lua"/>
</Ui>